aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/perf/include
AgeCommit message (Expand)AuthorFilesLines
7 dayslibperf: Use 'extern' in LIBPERF_API visibility macroArnaldo Carvalho de Melo1-1/+1
9 daysperf tools: Minimal DEFERRED_CALLCHAIN supportNamhyung Kim1-0/+13
2025-09-03libperf event: Ensure tracing data is multiple of 8 sizedIan Rogers1-0/+1
2025-07-24libperf evsel: Factor perf_evsel__exit out of perf_evsel__deleteIan Rogers1-0/+1
2025-07-24libperf evsel: Rename own_cpus to pmu_cpusIan Rogers1-1/+1
2025-06-20perf record: collect BPF metadata from existing BPF programsBlake Jones1-0/+18
2025-05-21libperf threadmap: Add perf_thread_map__idx()Ian Rogers1-0/+1
2025-05-16perf record: Add 8-byte aligned event type PERF_RECORD_COMPRESSED2Chun-Tse Shao1-0/+12
2025-05-12libperf cpumap: Add ability to create CPU from a single CPU numberIan Rogers1-0/+2
2025-02-27perf cpumap: Reduce cpu size from int to int16_tIan Rogers1-1/+2
2024-12-09libperf cpumap: Remove perf_cpu_map__read()Ian Rogers1-2/+0
2024-12-09libperf cpumap: Hide/reduce scope of MAX_NR_CPUSIan Rogers1-4/+0
2024-12-09perf: Increase MAX_NR_CPUS to 4096Kyle Meyer1-1/+1
2024-12-09libperf cpumap: Refactor perf_cpu_map__merge()Leo Yan1-2/+2
2024-10-02tools/perf: Correctly calculate sample period for inherited SAMPLE_READ valuesBen Gainey1-2/+61
2024-06-13perf record: Ensure space for lost samplesIan Rogers1-0/+6
2024-03-21libperf cpumap: Add any, empty and min helpersIan Rogers1-0/+16
2024-02-29libperf evlist: Avoid out-of-bounds accessIan Rogers1-2/+2
2023-12-18libperf cpumap: Document perf_cpu_map__nr()'s behaviorIan Rogers1-0/+11
2023-12-12libperf cpumap: Add for_each_cpu() that skips the "any CPU" caseIan Rogers1-0/+6
2023-12-12libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers1-2/+2
2023-12-12libperf cpumap: Rename perf_cpu_map__default_new() to perf_cpu_map__new_onlin...Ian Rogers1-1/+14
2023-12-12libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()Ian Rogers1-2/+2
2023-11-30libperf: Lazily allocate/size mmap event copyIan Rogers1-1/+2
2023-10-25libperf rc_check: Add RC_CHK_EQUALIan Rogers1-0/+7
2023-10-25libperf rc_check: Make implicit enabling work for GCCIan Rogers1-1/+5
2023-09-12perf evlist: Add perf_evlist__go_system_wide() helperYang Jihong1-0/+2
2023-08-29libperf: Get rid of attr.id fieldNamhyung Kim1-1/+7
2023-08-29libperf: Add perf_record_header_attr_id()Namhyung Kim1-0/+4
2023-05-27perf evlist: Propagate user CPU maps intersecting core PMU mapsIan Rogers1-3/+3
2023-05-27perf evsel: Add is_pmu_core inorder to interpret own_cpusIan Rogers1-0/+9
2023-05-27libperf cpumap: Add "any CPU"/dummy test functionIan Rogers1-0/+10
2023-05-27perf cpumap: Add equal functionIan Rogers1-0/+2
2023-05-26perf cpumap: Add intersect functionIan Rogers1-0/+2
2023-05-23perf stat record: Save cache level informationK Prateek Nayak1-1/+2
2023-05-23perf stat: Setup the foundation to allow aggregation based on cache topologyK Prateek Nayak1-0/+5
2023-04-20libperf rc_check: Enable implicitly with sanitizersIan Rogers1-0/+8
2023-04-17perf cpumap: Add reference count checkingIan Rogers1-2/+3
2023-04-17libperf: Add reference count checking macrosIan Rogers1-0/+94
2023-04-17libperf: Add perf_cpu_map__refcnt() interanl accessor to use in the maps testArnaldo Carvalho de Melo1-0/+4
2023-04-12libperf: Add a perf_cpu_map__set_nr() available as an internal function for t...Arnaldo Carvalho de Melo1-0/+2
2023-04-12libperf: Make perf_cpu_map__alloc() available as an internal function for too...Ian Rogers1-0/+1
2023-03-15perf record: Record dropped sample countNamhyung Kim1-0/+2
2023-03-13perf evlist: Remove nr_groupsIan Rogers2-1/+1
2022-11-16libperf: Add missing 'struct perf_cpu_map' forward declaration to perf/cpumap.hArnaldo Carvalho de Melo1-0/+2
2022-11-16libperf: Remove recursive perf/cpumap.h include from perf/cpumap.hArnaldo Carvalho de Melo1-1/+0
2022-10-14libperf: Do not include non-UAPI linux/compiler.h headerArnaldo Carvalho de Melo1-3/+2
2022-10-06libperf: Propagate maps only if necessaryNamhyung Kim1-0/+1
2022-10-04perf cpumap: Add range data encodingIan Rogers1-0/+14
2022-10-04perf events: Prefer union over variable length arrayIan Rogers1-1/+10
2022-09-28kallsyms: increase maximum kernel symbol length to 512Miguel Ojeda1-1/+1
2022-08-19libperf: Handle read format in perf_evsel__read()Namhyung Kim2-2/+5
2022-08-19perf cpumap: Fix alignment for masks in event encodingIan Rogers1-4/+43
2022-08-19perf cpumap: Const map for max()Ian Rogers1-1/+1
2022-07-20perf auxtrace: Add machine_pid and vcpu to auxtrace_errorAdrian Hunter1-0/+2
2022-07-20perf tools: Add machine_pid and vcpu to id_indexAdrian Hunter2-0/+9
2022-06-23perf record: Add finished init eventAdrian Hunter1-0/+1
2022-05-26libperf evsel: Add comments for booleansAdrian Hunter1-0/+10
2022-05-26perf stat: Add requires_cpu flag for uncoreAdrian Hunter1-0/+1
2022-05-23libperf: Add preadn()Adrian Hunter1-0/+2
2022-05-23perf cpumap: Add perf_cpu_map__for_each_idx()Ian Rogers1-0/+3
2022-05-10libperf evlist: Add evsel as a parameter to ->idx()Adrian Hunter1-1/+2
2022-05-10libperf evlist: Remove ->idx() per_cpu parameterAdrian Hunter1-1/+1
2022-05-10libperf evsel: Add perf_evsel__enable_thread()Adrian Hunter1-0/+1
2022-04-01perf cpumap: Add is_subset functionIan Rogers1-0/+1
2022-04-01perf evlist: Rename cpus to user_requested_cpusIan Rogers1-1/+6
2022-03-27Merge tag 'perf-tools-for-v5.18-2022-03-26' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-3/+4
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds1-1/+1
2022-02-23libperf: Add API for allocating new thread map arrayTzvetomir Stoyanov (VMware)1-0/+1
2022-02-23libperf: Rename arguments of perf_thread_map APIsTzvetomir Stoyanov (VMware)1-3/+3
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-1/+1
2022-02-16libperf: Fix perf_cpu_map__for_each_cpu macroJiri Olsa2-5/+6
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers5-12/+18
2022-01-12libperf: Switch cpu to more accurate cpu_map_idxIan Rogers1-5/+5
2022-01-12perf cpumap: Move 'has' function to libperfIan Rogers2-1/+2
2022-01-12libperf: Add comments to 'struct perf_cpu_map'Ian Rogers1-0/+9
2021-12-07perf evlist: Allow setting arbitrary leaderIan Rogers1-1/+1
2021-12-07libperf: Adopt perf_counts_values__scale() from tools/perf/utilShunsuke Nakamura1-0/+4
2021-10-20perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_IDAdrian Hunter1-0/+6
2021-08-24libperf tests: Fix verbose printingShunsuke Nakamura1-0/+2
2021-08-11libperf: Add perf_cpu_map__default_new()Jin Yao1-0/+1
2021-07-09libperf: Adopt evlist__set_leader() from tools/perf as perf_evlist__set_leader()Jiri Olsa2-0/+2
2021-07-09libperf: Move 'nr_groups' from tools/perf to evlist::nr_groupsJiri Olsa1-0/+1
2021-07-09libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa1-0/+1
2021-07-09libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa1-1/+3
2021-07-07libperf: Change tests to single static and shared binariesJiri Olsa1-2/+2
2021-04-29perf jit: Let convert_timestamp() to be backwards-compatibleLeo Yan1-0/+2
2021-04-29perf tools: Change fields type in perf_record_time_convLeo Yan1-2/+3
2021-04-29perf util: Move bpf_perf definitions to a libperf headerSong Liu1-0/+31
2021-04-20libperf xyarray: Add bounds checks to xyarray__entry()Rob Herring1-1/+8
2021-04-20libperf: Add support for user space counter accessRob Herring1-0/+3
2021-04-15libperf tests: Add support for verbose printingRob Herring1-0/+32
2021-04-15libperf: Add evsel mmap supportRob Herring2-0/+4
2021-03-06libperf: Add perf_evlist__reset_id_hash()Namhyung Kim1-0/+2
2020-12-28perf tools: Store build id when available in PERF_RECORD_MMAP2 metadata eventsJiri Olsa1-4/+14
2020-10-14perf tools: Add size to 'struct perf_record_header_build_id'Jiri Olsa1-1/+11
2020-09-22perf tsc: Support cap_user_time_short for event TIME_CONVLeo Yan1-0/+4
2020-07-21libperf: Add flags to fdarray fds objectsAlexey Budankov1-1/+1
2020-07-10perf tools: Add support for PERF_RECORD_TEXT_POKEAdrian Hunter1-0/+9
2020-04-03perf tools: Basic support for CGROUP eventNamhyung Kim1-0/+7
2020-01-06libperf: Move to tools/lib/perfJiri Olsa15-0/+930