summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-record.c
AgeCommit message (Expand)Author
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
2021-07-09perf record: Add a dummy event on hybrid systems to collect metadata recordsKan Liang
2021-07-09libperf: Move 'nr_groups' from tools/perf to evlist::nr_groupsJiri Olsa
2021-07-09libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa
2021-06-22Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2021-06-01perf record: Move probing cgroup sampling supportNamhyung Kim
2021-05-12perf record: Set timestamp boundary for AUX area eventsAdrian Hunter
2021-04-29perf record: Uniquify hybrid event nameJin Yao
2021-04-29perf record: Create two hybrid 'cycles' events by defaultJin Yao
2021-04-15perf record: Improve 'Workload failed' message printing events + what was exe...Arnaldo Carvalho de Melo
2021-02-18perf auxtrace: Automatically group aux-output eventsAdrian Hunter
2021-02-18perf record: Fix continue profiling after draining the bufferYang Jihong
2021-01-20perf tools: Add 'ping' control commandJiri Olsa
2021-01-20perf tools: Add 'stop' control commandJiri Olsa
2021-01-20perf tools: Add 'evlist' control commandJiri Olsa
2021-01-20perf tools: Allow to enable/disable events via control fileJiri Olsa
2021-01-20perf record: Add support for PERF_SAMPLE_CODE_PAGE_SIZEKan Liang
2020-12-28perf record: Add --buildid-mmap option to enable PERF_RECORD_MMAP2's build idJiri Olsa
2020-12-17perf record: Support new sample type for data page sizeKan Liang
2020-11-30perf evlist: Use the right prefix for 'struct evlist' record methodsArnaldo Carvalho de Melo
2020-11-30perf evlist: Use the right prefix for 'struct evlist' mmap pages parsing methodArnaldo Carvalho de Melo
2020-11-30perf evlist: Use the right prefix for 'struct evlist' event attribute config ...Arnaldo Carvalho de Melo
2020-11-30perf evlist: Use the right prefix for 'struct evlist' event group methodsArnaldo Carvalho de Melo
2020-11-30perf evlist: Use the right prefix for 'struct evlist' create maps methodsArnaldo Carvalho de Melo