aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-14libperf: Do not include non-UAPI linux/compiler.h headerArnaldo Carvalho de Melo1-3/+2
2022-10-06perf tools: Remove special handling of system-wide evselNamhyung Kim1-3/+0
2022-10-06libperf: Propagate maps only if necessaryNamhyung Kim2-7/+5
2022-10-06libperf: Populate system-wide evsel mapsNamhyung Kim1-6/+9
2022-10-04perf tools: Add debug messages and comments for testingAdrian Hunter1-0/+2
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-09-21libperf evlist: Fix polling of system-wide eventsAdrian Hunter1-2/+3
2022-09-08libperf evlist: Fix per-thread mmaps for multi-threaded targetsAdrian Hunter1-0/+50
2022-08-19libperf: Add a test case for read formatsNamhyung Kim1-0/+161
2022-08-19libperf: Handle read format in perf_evsel__read()Namhyung Kim3-3/+83
2022-08-19perf cpumap: Fix alignment for masks in event encodingIan Rogers1-4/+43
2022-08-19perf cpumap: Const map for max()Ian Rogers2-2/+2
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-06-19libperf evsel: Open shouldn't leak fd on failureIan Rogers1-5/+12
2022-05-26perf tools: Allow system-wide events to keep their own threadsAdrian Hunter1-2/+5
2022-05-26perf tools: Allow system-wide events to keep their own CPUsAdrian Hunter1-6/+5
2022-05-26libperf evsel: Add comments for booleansAdrian Hunter1-0/+10
2022-05-26perf stat: Add requires_cpu flag for uncoreAdrian Hunter2-1/+4
2022-05-26libperf evlist: Check nr_mmaps is correctAdrian Hunter1-2/+9
2022-05-26libperf evlist: Allow mixing per-thread and per-cpu mmapsAdrian Hunter1-29/+7
2022-05-26perf tools: Allow all_cpus to be a superset of user_requested_cpusAdrian Hunter1-6/+6
2022-05-23libperf: Add preadn()Adrian Hunter2-0/+22
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 Hunter2-2/+3
2022-05-10libperf evlist: Move ->idx() into mmap_per_evsel()Adrian Hunter1-6/+3
2022-05-10libperf evlist: Remove ->idx() per_cpu parameterAdrian Hunter2-3/+3
2022-05-10libperf evsel: Add perf_evsel__enable_thread()Adrian Hunter2-0/+16
2022-05-05perf evlist: Clear all_cpus before propagatingIan Rogers1-0/+4
2022-04-24Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-2/+1
2022-04-24libperf evsel: Factor out perf_evsel__ioctl()Adrian Hunter1-7/+12
2022-04-13perf tools: Fix segfault accessing sample_id xyarrayAdrian Hunter1-2/+1
2022-04-01perf cpumap: More cpu map reuse by merge.Ian Rogers1-10/+5
2022-04-01perf cpumap: Add is_subset functionIan Rogers2-0/+21
2022-04-01perf evlist: Rename cpus to user_requested_cpusIan Rogers2-15/+20
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2022-03-27Merge tag 'perf-tools-for-v5.18-2022-03-26' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds6-23/+77
2022-03-26libperf tests: Fix typo in perf_evlist__open() failure error messagesShunsuke Nakamura1-4/+4
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-1/+1
2022-02-23libperf: Add API for allocating new thread map arrayTzvetomir Stoyanov (VMware)5-7/+61
2022-02-23libperf: Rename arguments of perf_thread_map APIsTzvetomir Stoyanov (VMware)3-12/+12
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 Olsa4-5/+18
2022-02-16libperf: Fix 32-bit build for tests uint64_t printfRob Herring1-2/+3
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada1-1/+1
2022-02-06libperf: Add arm64 support to perf_mmap__read_self()Rob Herring2-1/+102
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers1-2/+2