summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-record.c
AgeCommit message (Expand)Author
2024-01-26perf tools: Fix calloc() arguments to address error introduced in gcc-14Sun Haiyong
2024-01-03perf record: Reduce memory for recording PERF_RECORD_LOST_SAMPLES eventIan Rogers
2023-12-14perf top: Uniform the event name for the hybrid machineKan Liang
2023-12-12libperf cpumap: Add for_each_cpu() that skips the "any CPU" caseIan Rogers
2023-12-06perf record: Be lazier in allocating lost samples bufferIan Rogers
2023-12-06perf evsel: Fallback to "task-clock" when not system wideIan Rogers
2023-11-28perf mmap: Lazily initialize zstd streams to save memory when not using itIan Rogers
2023-11-09perf record: Lazy load kernel symbolsIan Rogers
2023-09-12perf record: Track sideband events for all CPUs when tracing selected CPUsYang Jihong
2023-09-12perf record: Move setting tracking events before record__init_thread_masks()Yang Jihong
2023-09-12perf evlist: Add evlist__findnew_tracking_event() helperYang Jihong
2023-08-15perf parse-events: Remove BPF event supportIan Rogers
2023-05-27perf pmus: Remove perf_pmus__has_hybridIan Rogers
2023-05-27perf pmu: Separate pmu and pmusIan Rogers
2023-05-27perf pmu: Remove perf_pmu__hybrid_pmus listIan Rogers
2023-05-27perf evlist: Reduce scope of evlist__has_hybridIan Rogers
2023-05-27perf evlist: Remove __evlist__add_defaultIan Rogers
2023-05-27perf tools: Warn if no user requested CPUs match PMU's CPUsIan Rogers
2023-05-27perf target: Remove unused hybrid valueIan Rogers
2023-05-15perf parse-events: Add pmu filterIan Rogers
2023-05-06Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"Arnaldo Carvalho de Melo
2023-03-15perf bpf filter: Show warning for missing sample flagsNamhyung Kim
2023-03-15perf record: Record dropped sample countNamhyung Kim
2023-03-14perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKELIan Rogers
2023-03-13perf evlist: Remove nr_groupsIan Rogers
2023-03-13perf record: Reuse target::initial_delayChangbin Du
2023-03-13perf record: Fix "read LOST count failed" msg with sample readKan Liang
2023-02-15perf record: Fix segfault with --overwrite and --max-sizeYang Jihong
2022-12-20perf tools: Fix usage of the verbose variableYang Jihong
2022-12-14perf evlist: Remove group option.Ian Rogers
2022-12-14perf build: Use libtraceevent from the systemIan Rogers
2022-12-05perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson
2022-11-03perf record: Use sig_atomic_t for signal handlersIan Rogers
2022-10-27perf tools: Make quiet mode consistent between toolsJames Clark
2022-10-25perf record: Fix event fd racesIan Rogers
2022-10-04perf tools: Add debug messages and comments for testingAdrian Hunter
2022-10-04perf record: Fix a segfault in record__read_lost_samples()Namhyung Kim
2022-10-04perf record: Read and inject LOST_SAMPLES eventsNamhyung Kim
2022-10-04perf record: Update use of pthread mutexIan Rogers
2022-10-04perf record: Allow multiple recording time rangesAdrian Hunter
2022-10-04perf record: Change evlist->ctl_fd to use fdarray_flag__non_perf_eventAdrian Hunter
2022-10-04perf record: Fix way of handling non-perf-event pollfdsAdrian Hunter
2022-09-21perf record: Fix cpu mask bit setting for mixed mmapsAdrian Hunter
2022-09-08perf record: Fix synthesis failure warningsAdrian Hunter
2022-09-06tools/perf: Fix out of bound access to cpu mask arrayAthira Rajeev
2022-08-12perf record: Improve error message of -p not_existing_pidMartin Liška
2022-06-23perf record: Add finished init eventAdrian Hunter
2022-06-23perf record: Add new option to sample identifierAdrian Hunter
2022-06-23perf record: Always record id indexAdrian Hunter
2022-06-23perf record: Always get text_poke events with --kcore optionAdrian Hunter