summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-record.c
Commit message (Expand)AuthorAgeFilesLines
* perf pmus: Remove perf_pmus__has_hybridIan Rogers2023-05-271-2/+2
* perf pmu: Separate pmu and pmusIan Rogers2023-05-271-2/+4
* perf pmu: Remove perf_pmu__hybrid_pmus listIan Rogers2023-05-271-1/+0
* perf evlist: Reduce scope of evlist__has_hybridIan Rogers2023-05-271-1/+0
* perf evlist: Remove __evlist__add_defaultIan Rogers2023-05-271-10/+3
* perf tools: Warn if no user requested CPUs match PMU's CPUsIan Rogers2023-05-271-5/+1
* perf target: Remove unused hybrid valueIan Rogers2023-05-271-2/+0
* perf parse-events: Add pmu filterIan Rogers2023-05-151-2/+11
* Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"Arnaldo Carvalho de Melo2023-05-061-1/+1
* perf bpf filter: Show warning for missing sample flagsNamhyung Kim2023-03-151-1/+1
* perf record: Record dropped sample countNamhyung Kim2023-03-151-14/+24
* perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKELIan Rogers2023-03-141-1/+1
* perf evlist: Remove nr_groupsIan Rogers2023-03-131-1/+1
* perf record: Reuse target::initial_delayChangbin Du2023-03-131-6/+6
* perf record: Fix "read LOST count failed" msg with sample readKan Liang2023-03-131-1/+1
* perf record: Fix segfault with --overwrite and --max-sizeYang Jihong2023-02-151-10/+6
* perf tools: Fix usage of the verbose variableYang Jihong2022-12-201-2/+2
* perf evlist: Remove group option.Ian Rogers2022-12-141-2/+0
* perf build: Use libtraceevent from the systemIan Rogers2022-12-141-0/+2
* perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson2022-12-051-3/+3
* perf record: Use sig_atomic_t for signal handlersIan Rogers2022-11-031-4/+4
* perf tools: Make quiet mode consistent between toolsJames Clark2022-10-271-1/+1
* perf record: Fix event fd racesIan Rogers2022-10-251-16/+25
* perf tools: Add debug messages and comments for testingAdrian Hunter2022-10-041-0/+8
* perf record: Fix a segfault in record__read_lost_samples()Namhyung Kim2022-10-041-0/+6
* perf record: Read and inject LOST_SAMPLES eventsNamhyung Kim2022-10-041-0/+64
* perf record: Update use of pthread mutexIan Rogers2022-10-041-4/+9
* 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