aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-record.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-15perf record: Fix segfault with --overwrite and --max-sizeGravatar Yang Jihong 1-10/+6
2022-12-20perf tools: Fix usage of the verbose variableGravatar Yang Jihong 1-2/+2
2022-12-14perf evlist: Remove group option.Gravatar Ian Rogers 1-2/+0
2022-12-14perf build: Use libtraceevent from the systemGravatar Ian Rogers 1-0/+2
2022-12-05perf tools: Use dedicated non-atomic clear/set bit helpersGravatar Sean Christopherson 1-3/+3
2022-11-03perf record: Use sig_atomic_t for signal handlersGravatar Ian Rogers 1-4/+4
2022-10-27perf tools: Make quiet mode consistent between toolsGravatar James Clark 1-1/+1
2022-10-25perf record: Fix event fd racesGravatar Ian Rogers 1-16/+25
2022-10-04perf tools: Add debug messages and comments for testingGravatar Adrian Hunter 1-0/+8
2022-10-04perf record: Fix a segfault in record__read_lost_samples()Gravatar Namhyung Kim 1-0/+6
2022-10-04perf record: Read and inject LOST_SAMPLES eventsGravatar Namhyung Kim 1-0/+64
2022-10-04perf record: Update use of pthread mutexGravatar Ian Rogers 1-4/+9
2022-10-04perf record: Allow multiple recording time rangesGravatar Adrian Hunter 1-2/+22
2022-10-04perf record: Change evlist->ctl_fd to use fdarray_flag__non_perf_eventGravatar Adrian Hunter 1-14/+1
2022-10-04perf record: Fix way of handling non-perf-event pollfdsGravatar Adrian Hunter 1-0/+80
2022-09-21perf record: Fix cpu mask bit setting for mixed mmapsGravatar Adrian Hunter 1-0/+2
2022-09-08perf record: Fix synthesis failure warningsGravatar Adrian Hunter 1-2/+6
2022-09-06tools/perf: Fix out of bound access to cpu mask arrayGravatar Athira Rajeev 1-6/+20
2022-08-12perf record: Improve error message of -p not_existing_pidGravatar Martin Liška 1-2/+9
2022-06-23perf record: Add finished init eventGravatar Adrian Hunter 1-0/+27
2022-06-23perf record: Add new option to sample identifierGravatar Adrian Hunter 1-0/+2
2022-06-23perf record: Always record id indexGravatar Adrian Hunter 1-7/+5
2022-06-23perf record: Always get text_poke events with --kcore optionGravatar Adrian Hunter 1-0/+3
2022-05-26perf record: Add cgroup support for off-cpu profilingGravatar Namhyung Kim 1-1/+1
2022-05-26perf record: Implement basic filtering for off-cpuGravatar Namhyung Kim 1-1/+1
2022-05-26perf record: Enable off-cpu analysis with BPFGravatar Namhyung Kim 1-0/+25
2022-05-26perf tools: Allow all_cpus to be a superset of user_requested_cpusGravatar Adrian Hunter 1-6/+12
2022-05-26perf record: Use evlist__add_dummy_on_all_cpus() in record__config_text_poke()Gravatar Adrian Hunter 1-18/+3
2022-05-05perf cpumap: Switch to using perf_cpu_map APIGravatar Ian Rogers 1-6/+7
2022-04-14perf record: Fix per-thread optionGravatar Alexey Bayduraev 1-5/+17
2022-04-01perf evlist: Rename cpus to user_requested_cpusGravatar Ian Rogers 1-3/+3
2022-02-22perf data: Adding error message if perf_data__create_dir() failsGravatar Alexey Bayduraev 1-1/+3
2022-02-10perf record: Implement compatibility checksGravatar Alexey Bayduraev 1-3/+46
2022-02-10perf record: Extend --threads command line optionGravatar Alexey Bayduraev 1-2/+316
2022-02-10perf record: Introduce --threads command line optionGravatar Alexey Bayduraev 1-1/+47
2022-02-10perf record: Introduce data transferred and compressed statsGravatar Alexey Bayduraev 1-3/+22
2022-02-10perf record: Introduce compressor at mmap buffer objectGravatar Alexey Bayduraev 1-7/+11
2022-02-10perf record: Introduce bytes written statsGravatar Alexey Bayduraev 1-3/+18
2022-02-10perf record: Introduce data file at mmap buffer objectGravatar Alexey Bayduraev 1-5/+32
2022-02-10perf record: Start threads in the beginning of trace streamingGravatar Alexey Bayduraev 1-1/+120
2022-02-10perf record: Stop threads in the end of trace streamingGravatar Alexey Bayduraev 1-0/+31
2022-02-10perf record: Introduce thread local variableGravatar Alexey Bayduraev 1-46/+94
2022-02-10perf record: Introduce thread specific data arrayGravatar Alexey Bayduraev 1-3/+244
2022-02-10perf record: Introduce thread affinity and mmap masksGravatar Alexey Bayduraev 1-0/+123
2022-01-15perf record: Disable debuginfod by defaultGravatar Jiri Olsa 1-0/+13
2022-01-12perf cpumap: Give CPUs their own typeGravatar Ian Rogers 1-1/+1
2021-12-21perf tools: Record ARM64 LR register automaticallyGravatar Alexandre Truong 1-0/+8
2021-11-07perf tools: Check vmlinux/kallsyms arguments in all toolsGravatar James Clark 1-0/+4
2021-10-20perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_IDGravatar Adrian Hunter 1-1/+1
2021-09-17perf record: Add --synth optionGravatar Namhyung Kim 1-9/+39