aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-record.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-12perf record: Track sideband events for all CPUs when tracing selected CPUsGravatar Yang Jihong 1-1/+29
2023-09-12perf record: Move setting tracking events before record__init_thread_masks()Gravatar Yang Jihong 1-22/+37
2023-09-12perf evlist: Add evlist__findnew_tracking_event() helperGravatar Yang Jihong 1-8/+3
2023-08-15perf parse-events: Remove BPF event supportGravatar Ian Rogers 1-45/+0
2023-05-27perf pmus: Remove perf_pmus__has_hybridGravatar Ian Rogers 1-2/+2
2023-05-27perf pmu: Separate pmu and pmusGravatar Ian Rogers 1-2/+4
2023-05-27perf pmu: Remove perf_pmu__hybrid_pmus listGravatar Ian Rogers 1-1/+0
2023-05-27perf evlist: Reduce scope of evlist__has_hybridGravatar Ian Rogers 1-1/+0
2023-05-27perf evlist: Remove __evlist__add_defaultGravatar Ian Rogers 1-10/+3
2023-05-27perf tools: Warn if no user requested CPUs match PMU's CPUsGravatar Ian Rogers 1-5/+1
2023-05-27perf target: Remove unused hybrid valueGravatar Ian Rogers 1-2/+0
2023-05-15perf parse-events: Add pmu filterGravatar Ian Rogers 1-2/+11
2023-05-06Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"Gravatar Arnaldo Carvalho de Melo 1-1/+1
2023-03-15perf bpf filter: Show warning for missing sample flagsGravatar Namhyung Kim 1-1/+1
2023-03-15perf record: Record dropped sample countGravatar Namhyung Kim 1-14/+24
2023-03-14perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKELGravatar Ian Rogers 1-1/+1
2023-03-13perf evlist: Remove nr_groupsGravatar Ian Rogers 1-1/+1
2023-03-13perf record: Reuse target::initial_delayGravatar Changbin Du 1-6/+6
2023-03-13perf record: Fix "read LOST count failed" msg with sample readGravatar Kan Liang 1-1/+1
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