aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-record.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-12Merge branch 'perf-tools' into perf-tools-nextGravatar Namhyung Kim 1-2/+2
2024-02-07perf record: Display data size on pipe modeGravatar Namhyung Kim 1-1/+4
2024-01-26perf tools: Fix calloc() arguments to address error introduced in gcc-14Gravatar Sun Haiyong 1-2/+2
2024-01-22perf data: Minor code style alignment cleanupGravatar Yang Jihong 1-3/+4
2024-01-22perf record: Check conflict between '--timestamp-filename' option and pipe mo...Gravatar Yang Jihong 1-0/+5
2024-01-22perf record: Fix possible incorrect free in record__switch_output()Gravatar Yang Jihong 1-1/+1
2024-01-03perf record: Reduce memory for recording PERF_RECORD_LOST_SAMPLES eventGravatar Ian Rogers 1-2/+4
2023-12-14perf top: Uniform the event name for the hybrid machineGravatar Kan Liang 1-27/+1
2023-12-12libperf cpumap: Add for_each_cpu() that skips the "any CPU" caseGravatar Ian Rogers 1-3/+1
2023-12-06perf record: Be lazier in allocating lost samples bufferGravatar Ian Rogers 1-10/+19
2023-12-06perf evsel: Fallback to "task-clock" when not system wideGravatar Ian Rogers 1-1/+1
2023-11-28perf mmap: Lazily initialize zstd streams to save memory when not using itGravatar Ian Rogers 1-7/+19
2023-11-09perf record: Lazy load kernel symbolsGravatar Ian Rogers 1-0/+2
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