summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-record.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-20perf tools: Fix usage of the verbose variableYang Jihong1-2/+2
2022-12-14perf evlist: Remove group option.Ian Rogers1-2/+0
2022-12-14perf build: Use libtraceevent from the systemIan Rogers1-0/+2
2022-12-05perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson1-3/+3
2022-11-03perf record: Use sig_atomic_t for signal handlersIan Rogers1-4/+4
2022-10-27perf tools: Make quiet mode consistent between toolsJames Clark1-1/+1
2022-10-25perf record: Fix event fd racesIan Rogers1-16/+25
2022-10-04perf tools: Add debug messages and comments for testingAdrian Hunter1-0/+8
2022-10-04perf record: Fix a segfault in record__read_lost_samples()Namhyung Kim1-0/+6
2022-10-04perf record: Read and inject LOST_SAMPLES eventsNamhyung Kim1-0/+64
2022-10-04perf record: Update use of pthread mutexIan Rogers1-4/+9
2022-10-04perf record: Allow multiple recording time rangesAdrian Hunter1-2/+22
2022-10-04perf record: Change evlist->ctl_fd to use fdarray_flag__non_perf_eventAdrian Hunter1-14/+1
2022-10-04perf record: Fix way of handling non-perf-event pollfdsAdrian Hunter1-0/+80
2022-09-21perf record: Fix cpu mask bit setting for mixed mmapsAdrian Hunter1-0/+2
2022-09-08perf record: Fix synthesis failure warningsAdrian Hunter1-2/+6
2022-09-06tools/perf: Fix out of bound access to cpu mask arrayAthira Rajeev1-6/+20
2022-08-12perf record: Improve error message of -p not_existing_pidMartin Liška1-2/+9
2022-06-23perf record: Add finished init eventAdrian Hunter1-0/+27
2022-06-23perf record: Add new option to sample identifierAdrian Hunter1-0/+2
2022-06-23perf record: Always record id indexAdrian Hunter1-7/+5
2022-06-23perf record: Always get text_poke events with --kcore optionAdrian Hunter1-0/+3
2022-05-26perf record: Add cgroup support for off-cpu profilingNamhyung Kim1-1/+1
2022-05-26perf record: Implement basic filtering for off-cpuNamhyung Kim1-1/+1
2022-05-26perf record: Enable off-cpu analysis with BPFNamhyung Kim1-0/+25
2022-05-26perf tools: Allow all_cpus to be a superset of user_requested_cpusAdrian Hunter1-6/+12
2022-05-26perf record: Use evlist__add_dummy_on_all_cpus() in record__config_text_poke()Adrian Hunter1-18/+3
2022-05-05perf cpumap: Switch to using perf_cpu_map APIIan Rogers1-6/+7
2022-04-14perf record: Fix per-thread optionAlexey Bayduraev1-5/+17
2022-04-01perf evlist: Rename cpus to user_requested_cpusIan Rogers1-3/+3
2022-02-22perf data: Adding error message if perf_data__create_dir() failsAlexey Bayduraev1-1/+3
2022-02-10perf record: Implement compatibility checksAlexey Bayduraev1-3/+46
2022-02-10perf record: Extend --threads command line optionAlexey Bayduraev1-2/+316
2022-02-10perf record: Introduce --threads command line optionAlexey Bayduraev1-1/+47
2022-02-10perf record: Introduce data transferred and compressed statsAlexey Bayduraev1-3/+22
2022-02-10perf record: Introduce compressor at mmap buffer objectAlexey Bayduraev1-7/+11
2022-02-10perf record: Introduce bytes written statsAlexey Bayduraev1-3/+18
2022-02-10perf record: Introduce data file at mmap buffer objectAlexey Bayduraev1-5/+32
2022-02-10perf record: Start threads in the beginning of trace streamingAlexey Bayduraev1-1/+120
2022-02-10perf record: Stop threads in the end of trace streamingAlexey Bayduraev1-0/+31
2022-02-10perf record: Introduce thread local variableAlexey Bayduraev1-46/+94
2022-02-10perf record: Introduce thread specific data arrayAlexey Bayduraev1-3/+244
2022-02-10perf record: Introduce thread affinity and mmap masksAlexey Bayduraev1-0/+123
2022-01-15perf record: Disable debuginfod by defaultJiri Olsa1-0/+13
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers1-1/+1
2021-12-21perf tools: Record ARM64 LR register automaticallyAlexandre Truong1-0/+8
2021-11-07perf tools: Check vmlinux/kallsyms arguments in all toolsJames Clark1-0/+4
2021-10-20perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_IDAdrian Hunter1-1/+1
2021-09-17perf record: Add --synth optionNamhyung Kim1-9/+39
2021-09-17perf tools: Allow controlling synthesizing PERF_RECORD_ metadata events durin...Namhyung Kim1-2/+4