summaryrefslogtreecommitdiffstats
path: root/tools/lib/perf/include
AgeCommit message (Expand)AuthorLines
2025-09-03libperf event: Ensure tracing data is multiple of 8 sizedIan Rogers-0/+1
2025-07-24libperf evsel: Factor perf_evsel__exit out of perf_evsel__deleteIan Rogers-0/+1
2025-07-24libperf evsel: Rename own_cpus to pmu_cpusIan Rogers-1/+1
2025-06-20perf record: collect BPF metadata from existing BPF programsBlake Jones-0/+18
2025-05-21libperf threadmap: Add perf_thread_map__idx()Ian Rogers-0/+1
2025-05-16perf record: Add 8-byte aligned event type PERF_RECORD_COMPRESSED2Chun-Tse Shao-0/+12
2025-05-12libperf cpumap: Add ability to create CPU from a single CPU numberIan Rogers-0/+2
2025-02-27perf cpumap: Reduce cpu size from int to int16_tIan Rogers-1/+2
2024-12-09libperf cpumap: Remove perf_cpu_map__read()Ian Rogers-2/+0
2024-12-09libperf cpumap: Hide/reduce scope of MAX_NR_CPUSIan Rogers-4/+0
2024-12-09perf: Increase MAX_NR_CPUS to 4096Kyle Meyer-1/+1
2024-12-09libperf cpumap: Refactor perf_cpu_map__merge()Leo Yan-2/+2
2024-10-02tools/perf: Correctly calculate sample period for inherited SAMPLE_READ valuesBen Gainey-2/+61
2024-06-13perf record: Ensure space for lost samplesIan Rogers-0/+6
2024-03-21libperf cpumap: Add any, empty and min helpersIan Rogers-0/+16
2024-02-29libperf evlist: Avoid out-of-bounds accessIan Rogers-2/+2
2023-12-18libperf cpumap: Document perf_cpu_map__nr()'s behaviorIan Rogers-0/+11
2023-12-12libperf cpumap: Add for_each_cpu() that skips the "any CPU" caseIan Rogers-0/+6
2023-12-12libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers-2/+2
2023-12-12libperf cpumap: Rename perf_cpu_map__default_new() to perf_cpu_map__new_onlin...Ian Rogers-1/+14
2023-12-12libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()Ian Rogers-2/+2
2023-11-30libperf: Lazily allocate/size mmap event copyIan Rogers-1/+2
2023-10-25libperf rc_check: Add RC_CHK_EQUALIan Rogers-0/+7
2023-10-25libperf rc_check: Make implicit enabling work for GCCIan Rogers-1/+5
2023-09-12perf evlist: Add perf_evlist__go_system_wide() helperYang Jihong-0/+2
2023-08-29libperf: Get rid of attr.id fieldNamhyung Kim-1/+7
2023-08-29libperf: Add perf_record_header_attr_id()Namhyung Kim-0/+4
2023-05-27perf evlist: Propagate user CPU maps intersecting core PMU mapsIan Rogers-3/+3
2023-05-27perf evsel: Add is_pmu_core inorder to interpret own_cpusIan Rogers-0/+9
2023-05-27libperf cpumap: Add "any CPU"/dummy test functionIan Rogers-0/+10
2023-05-27perf cpumap: Add equal functionIan Rogers-0/+2
2023-05-26perf cpumap: Add intersect functionIan Rogers-0/+2
2023-05-23perf stat record: Save cache level informationK Prateek Nayak-1/+2
2023-05-23perf stat: Setup the foundation to allow aggregation based on cache topologyK Prateek Nayak-0/+5
2023-04-20libperf rc_check: Enable implicitly with sanitizersIan Rogers-0/+8
2023-04-17perf cpumap: Add reference count checkingIan Rogers-2/+3
2023-04-17libperf: Add reference count checking macrosIan Rogers-0/+94
2023-04-17libperf: Add perf_cpu_map__refcnt() interanl accessor to use in the maps testArnaldo Carvalho de Melo-0/+4
2023-04-12libperf: Add a perf_cpu_map__set_nr() available as an internal function for t...Arnaldo Carvalho de Melo-0/+2
2023-04-12libperf: Make perf_cpu_map__alloc() available as an internal function for too...Ian Rogers-0/+1
2023-03-15perf record: Record dropped sample countNamhyung Kim-0/+2
2023-03-13perf evlist: Remove nr_groupsIan Rogers-1/+1
2022-11-16libperf: Add missing 'struct perf_cpu_map' forward declaration to perf/cpumap.hArnaldo Carvalho de Melo-0/+2
2022-11-16libperf: Remove recursive perf/cpumap.h include from perf/cpumap.hArnaldo Carvalho de Melo-1/+0
2022-10-14libperf: Do not include non-UAPI linux/compiler.h headerArnaldo Carvalho de Melo-3/+2
2022-10-06libperf: Propagate maps only if necessaryNamhyung Kim-0/+1
2022-10-04perf cpumap: Add range data encodingIan Rogers-0/+14
2022-10-04perf events: Prefer union over variable length arrayIan Rogers-1/+10
2022-09-28kallsyms: increase maximum kernel symbol length to 512Miguel Ojeda-1/+1
2022-08-19libperf: Handle read format in perf_evsel__read()Namhyung Kim-2/+5