aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-record.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* perf record: Allow multiple recording time rangesAdrian Hunter2022-10-041-2/+22
* perf record: Change evlist->ctl_fd to use fdarray_flag__non_perf_eventAdrian Hunter2022-10-041-14/+1
* perf record: Fix way of handling non-perf-event pollfdsAdrian Hunter2022-10-041-0/+80
* perf record: Fix cpu mask bit setting for mixed mmapsAdrian Hunter2022-09-211-0/+2
* perf record: Fix synthesis failure warningsAdrian Hunter2022-09-081-2/+6
* tools/perf: Fix out of bound access to cpu mask arrayAthira Rajeev2022-09-061-6/+20
* perf record: Improve error message of -p not_existing_pidMartin Liška2022-08-121-2/+9
* perf record: Add finished init eventAdrian Hunter2022-06-231-0/+27
* perf record: Add new option to sample identifierAdrian Hunter2022-06-231-0/+2
* perf record: Always record id indexAdrian Hunter2022-06-231-7/+5
* perf record: Always get text_poke events with --kcore optionAdrian Hunter2022-06-231-0/+3
* perf record: Add cgroup support for off-cpu profilingNamhyung Kim2022-05-261-1/+1
* perf record: Implement basic filtering for off-cpuNamhyung Kim2022-05-261-1/+1
* perf record: Enable off-cpu analysis with BPFNamhyung Kim2022-05-261-0/+25
* perf tools: Allow all_cpus to be a superset of user_requested_cpusAdrian Hunter2022-05-261-6/+12
* perf record: Use evlist__add_dummy_on_all_cpus() in record__config_text_poke()Adrian Hunter2022-05-261-18/+3
* perf cpumap: Switch to using perf_cpu_map APIIan Rogers2022-05-051-6/+7
* perf record: Fix per-thread optionAlexey Bayduraev2022-04-141-5/+17
* perf evlist: Rename cpus to user_requested_cpusIan Rogers2022-04-011-3/+3
* perf data: Adding error message if perf_data__create_dir() failsAlexey Bayduraev2022-02-221-1/+3
* perf record: Implement compatibility checksAlexey Bayduraev2022-02-101-3/+46
* perf record: Extend --threads command line optionAlexey Bayduraev2022-02-101-2/+316
* perf record: Introduce --threads command line optionAlexey Bayduraev2022-02-101-1/+47
* perf record: Introduce data transferred and compressed statsAlexey Bayduraev2022-02-101-3/+22
* perf record: Introduce compressor at mmap buffer objectAlexey Bayduraev2022-02-101-7/+11
* perf record: Introduce bytes written statsAlexey Bayduraev2022-02-101-3/+18
* perf record: Introduce data file at mmap buffer objectAlexey Bayduraev2022-02-101-5/+32
* perf record: Start threads in the beginning of trace streamingAlexey Bayduraev2022-02-101-1/+120
* perf record: Stop threads in the end of trace streamingAlexey Bayduraev2022-02-101-0/+31
* perf record: Introduce thread local variableAlexey Bayduraev2022-02-101-46/+94
* perf record: Introduce thread specific data arrayAlexey Bayduraev2022-02-101-3/+244
* perf record: Introduce thread affinity and mmap masksAlexey Bayduraev2022-02-101-0/+123
* perf record: Disable debuginfod by defaultJiri Olsa2022-01-151-0/+13
* perf cpumap: Give CPUs their own typeIan Rogers2022-01-121-1/+1
* perf tools: Record ARM64 LR register automaticallyAlexandre Truong2021-12-211-0/+8
* perf tools: Check vmlinux/kallsyms arguments in all toolsJames Clark2021-11-071-0/+4
* perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_IDAdrian Hunter2021-10-201-1/+1
* perf record: Add --synth optionNamhyung Kim2021-09-171-9/+39
* perf tools: Allow controlling synthesizing PERF_RECORD_ metadata events durin...Namhyung Kim2021-09-171-2/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-1/+1
|\
| * tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko2021-09-081-1/+1
* | perf record: Fix wrong comm in system-wide mode with delayNamhyung Kim2021-08-301-1/+2
* | perf tools: Enable on a list of CPUs for hybridJin Yao2021-08-111-0/+7
* | perf inject: Fix output from a file to a pipeNamhyung Kim2021-08-021-34/+4
* | perf tools: Remove repipe argument from perf_session__new()Namhyung Kim2021-08-021-1/+1
|/
* perf record: Add a dummy event on hybrid systems to collect metadata recordsKan Liang2021-07-091-4/+5
* libperf: Move 'nr_groups' from tools/perf to evlist::nr_groupsJiri Olsa2021-07-091-1/+1
* libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa2021-07-091-1/+1
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-06-221-0/+6
|\
| * perf record: Move probing cgroup sampling supportNamhyung Kim2021-06-011-0/+6