aboutsummaryrefslogtreecommitdiff
path: root/tools/lib/perf
AgeCommit message (Expand)AuthorFilesLines
2023-04-20libperf rc_check: Enable implicitly with sanitizersGravatar Ian Rogers 1-0/+8
2023-04-17perf cpumap: Add reference count checkingGravatar Ian Rogers 3-42/+50
2023-04-17libperf: Add reference count checking macrosGravatar Ian Rogers 1-0/+94
2023-04-17libperf: Add perf_cpu_map__refcnt() interanl accessor to use in the maps testGravatar Arnaldo Carvalho de Melo 2-3/+7
2023-04-12libperf: Add a perf_cpu_map__set_nr() available as an internal function for t...Gravatar Arnaldo Carvalho de Melo 2-0/+7
2023-04-12libperf: Make perf_cpu_map__alloc() available as an internal function for too...Gravatar Ian Rogers 2-1/+2
2023-03-15perf record: Record dropped sample countGravatar Namhyung Kim 1-0/+2
2023-03-13perf evlist: Remove nr_groupsGravatar Ian Rogers 3-2/+18
2023-03-13libperf evlist: Avoid a use of evsel idxGravatar Ian Rogers 1-7/+6
2022-12-16libperf: Fix install_pkgconfig targetGravatar Alexander Gordeev 1-1/+1
2022-12-14tools lib perf: Add dependency test to install_headersGravatar Ian Rogers 1-21/+22
2022-11-20tools lib perf: Make install_headers clearerGravatar Ian Rogers 1-1/+1
2022-11-16libperf: Add missing 'struct perf_cpu_map' forward declaration to perf/cpumap.hGravatar Arnaldo Carvalho de Melo 1-0/+2
2022-11-16libperf: Remove recursive perf/cpumap.h include from perf/cpumap.hGravatar Arnaldo Carvalho de Melo 1-1/+0
2022-11-16tools lib perf: Add missing install headersGravatar Ian Rogers 1-1/+9
2022-10-14libperf: Do not include non-UAPI linux/compiler.h headerGravatar Arnaldo Carvalho de Melo 1-3/+2
2022-10-06perf tools: Remove special handling of system-wide evselGravatar Namhyung Kim 1-3/+0
2022-10-06libperf: Propagate maps only if necessaryGravatar Namhyung Kim 2-7/+5
2022-10-06libperf: Populate system-wide evsel mapsGravatar Namhyung Kim 1-6/+9
2022-10-04perf tools: Add debug messages and comments for testingGravatar Adrian Hunter 1-0/+2
2022-10-04perf cpumap: Add range data encodingGravatar Ian Rogers 1-0/+14
2022-10-04perf events: Prefer union over variable length arrayGravatar Ian Rogers 1-1/+10
2022-09-28kallsyms: increase maximum kernel symbol length to 512Gravatar Miguel Ojeda 1-1/+1
2022-09-21libperf evlist: Fix polling of system-wide eventsGravatar Adrian Hunter 1-2/+3
2022-09-08libperf evlist: Fix per-thread mmaps for multi-threaded targetsGravatar Adrian Hunter 1-0/+50
2022-08-19libperf: Add a test case for read formatsGravatar Namhyung Kim 1-0/+161
2022-08-19libperf: Handle read format in perf_evsel__read()Gravatar Namhyung Kim 3-3/+83
2022-08-19perf cpumap: Fix alignment for masks in event encodingGravatar Ian Rogers 1-4/+43
2022-08-19perf cpumap: Const map for max()Gravatar Ian Rogers 2-2/+2
2022-07-20perf auxtrace: Add machine_pid and vcpu to auxtrace_errorGravatar Adrian Hunter 1-0/+2
2022-07-20perf tools: Add machine_pid and vcpu to id_indexGravatar Adrian Hunter 2-0/+9
2022-06-23perf record: Add finished init eventGravatar Adrian Hunter 1-0/+1
2022-06-19libperf evsel: Open shouldn't leak fd on failureGravatar Ian Rogers 1-5/+12
2022-05-26perf tools: Allow system-wide events to keep their own threadsGravatar Adrian Hunter 1-2/+5
2022-05-26perf tools: Allow system-wide events to keep their own CPUsGravatar Adrian Hunter 1-6/+5
2022-05-26libperf evsel: Add comments for booleansGravatar Adrian Hunter 1-0/+10
2022-05-26perf stat: Add requires_cpu flag for uncoreGravatar Adrian Hunter 2-1/+4
2022-05-26libperf evlist: Check nr_mmaps is correctGravatar Adrian Hunter 1-2/+9
2022-05-26libperf evlist: Allow mixing per-thread and per-cpu mmapsGravatar Adrian Hunter 1-29/+7
2022-05-26perf tools: Allow all_cpus to be a superset of user_requested_cpusGravatar Adrian Hunter 1-6/+6
2022-05-23libperf: Add preadn()Gravatar Adrian Hunter 2-0/+22
2022-05-23perf cpumap: Add perf_cpu_map__for_each_idx()Gravatar Ian Rogers 1-0/+3
2022-05-10libperf evlist: Add evsel as a parameter to ->idx()Gravatar Adrian Hunter 2-2/+3
2022-05-10libperf evlist: Move ->idx() into mmap_per_evsel()Gravatar Adrian Hunter 1-6/+3
2022-05-10libperf evlist: Remove ->idx() per_cpu parameterGravatar Adrian Hunter 2-3/+3
2022-05-10libperf evsel: Add perf_evsel__enable_thread()Gravatar Adrian Hunter 2-0/+16
2022-05-05perf evlist: Clear all_cpus before propagatingGravatar Ian Rogers 1-0/+4
2022-04-24Merge remote-tracking branch 'torvalds/master' into perf/coreGravatar Arnaldo Carvalho de Melo 1-2/+1
2022-04-24libperf evsel: Factor out perf_evsel__ioctl()Gravatar Adrian Hunter 1-7/+12
2022-04-13perf tools: Fix segfault accessing sample_id xyarrayGravatar Adrian Hunter 1-2/+1