summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-record.c
AgeCommit message (Expand)Author
2022-10-25perf record: Fix event fd racesIan Rogers
2022-10-04perf tools: Add debug messages and comments for testingAdrian Hunter
2022-10-04perf record: Fix a segfault in record__read_lost_samples()Namhyung Kim
2022-10-04perf record: Read and inject LOST_SAMPLES eventsNamhyung Kim
2022-10-04perf record: Update use of pthread mutexIan Rogers
2022-10-04perf record: Allow multiple recording time rangesAdrian Hunter
2022-10-04perf record: Change evlist->ctl_fd to use fdarray_flag__non_perf_eventAdrian Hunter
2022-10-04perf record: Fix way of handling non-perf-event pollfdsAdrian Hunter
2022-09-21perf record: Fix cpu mask bit setting for mixed mmapsAdrian Hunter
2022-09-08perf record: Fix synthesis failure warningsAdrian Hunter
2022-09-06tools/perf: Fix out of bound access to cpu mask arrayAthira Rajeev
2022-08-12perf record: Improve error message of -p not_existing_pidMartin Liška
2022-06-23perf record: Add finished init eventAdrian Hunter
2022-06-23perf record: Add new option to sample identifierAdrian Hunter
2022-06-23perf record: Always record id indexAdrian Hunter
2022-06-23perf record: Always get text_poke events with --kcore optionAdrian Hunter
2022-05-26perf record: Add cgroup support for off-cpu profilingNamhyung Kim
2022-05-26perf record: Implement basic filtering for off-cpuNamhyung Kim
2022-05-26perf record: Enable off-cpu analysis with BPFNamhyung Kim
2022-05-26perf tools: Allow all_cpus to be a superset of user_requested_cpusAdrian Hunter
2022-05-26perf record: Use evlist__add_dummy_on_all_cpus() in record__config_text_poke()Adrian Hunter
2022-05-05perf cpumap: Switch to using perf_cpu_map APIIan Rogers
2022-04-14perf record: Fix per-thread optionAlexey Bayduraev
2022-04-01perf evlist: Rename cpus to user_requested_cpusIan Rogers
2022-02-22perf data: Adding error message if perf_data__create_dir() failsAlexey Bayduraev
2022-02-10perf record: Implement compatibility checksAlexey Bayduraev
2022-02-10perf record: Extend --threads command line optionAlexey Bayduraev
2022-02-10perf record: Introduce --threads command line optionAlexey Bayduraev
2022-02-10perf record: Introduce data transferred and compressed statsAlexey Bayduraev
2022-02-10perf record: Introduce compressor at mmap buffer objectAlexey Bayduraev
2022-02-10perf record: Introduce bytes written statsAlexey Bayduraev
2022-02-10perf record: Introduce data file at mmap buffer objectAlexey Bayduraev
2022-02-10perf record: Start threads in the beginning of trace streamingAlexey Bayduraev
2022-02-10perf record: Stop threads in the end of trace streamingAlexey Bayduraev
2022-02-10perf record: Introduce thread local variableAlexey Bayduraev
2022-02-10perf record: Introduce thread specific data arrayAlexey Bayduraev
2022-02-10perf record: Introduce thread affinity and mmap masksAlexey Bayduraev
2022-01-15perf record: Disable debuginfod by defaultJiri Olsa
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers
2021-12-21perf tools: Record ARM64 LR register automaticallyAlexandre Truong
2021-11-07perf tools: Check vmlinux/kallsyms arguments in all toolsJames Clark
2021-10-20perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_IDAdrian Hunter
2021-09-17perf record: Add --synth optionNamhyung Kim
2021-09-17perf tools: Allow controlling synthesizing PERF_RECORD_ metadata events durin...Namhyung Kim
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko
2021-08-30perf record: Fix wrong comm in system-wide mode with delayNamhyung Kim
2021-08-11perf tools: Enable on a list of CPUs for hybridJin Yao
2021-08-02perf inject: Fix output from a file to a pipeNamhyung Kim
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim