aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-record.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 during recordNamhyung Kim1-2/+4
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-09-08tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko1-1/+1
2021-08-30perf record: Fix wrong comm in system-wide mode with delayNamhyung Kim1-1/+2
2021-08-11perf tools: Enable on a list of CPUs for hybridJin Yao1-0/+7
2021-08-02perf inject: Fix output from a file to a pipeNamhyung Kim1-34/+4
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim1-1/+1
2021-07-09perf record: Add a dummy event on hybrid systems to collect metadata recordsKan Liang1-4/+5
2021-07-09libperf: Move 'nr_groups' from tools/perf to evlist::nr_groupsJiri Olsa1-1/+1
2021-07-09libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa1-1/+1
2021-06-22Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-0/+6
2021-06-01perf record: Move probing cgroup sampling supportNamhyung Kim1-0/+6
2021-05-12perf record: Set timestamp boundary for AUX area eventsAdrian Hunter1-4/+23
2021-04-29perf record: Uniquify hybrid event nameJin Yao1-0/+28
2021-04-29perf record: Create two hybrid 'cycles' events by defaultJin Yao1-4/+15
2021-04-15perf record: Improve 'Workload failed' message printing events + what was exec'edArnaldo Carvalho de Melo1-2/+6