summaryrefslogtreecommitdiffstats
path: root/tools/lib/perf
Commit message (Expand)AuthorAgeFilesLines
* libperf evsel: Open shouldn't leak fd on failureIan Rogers2022-06-191-5/+12
* perf tools: Allow system-wide events to keep their own threadsAdrian Hunter2022-05-261-2/+5
* perf tools: Allow system-wide events to keep their own CPUsAdrian Hunter2022-05-261-6/+5
* libperf evsel: Add comments for booleansAdrian Hunter2022-05-261-0/+10
* perf stat: Add requires_cpu flag for uncoreAdrian Hunter2022-05-262-1/+4
* libperf evlist: Check nr_mmaps is correctAdrian Hunter2022-05-261-2/+9
* libperf evlist: Allow mixing per-thread and per-cpu mmapsAdrian Hunter2022-05-261-29/+7
* perf tools: Allow all_cpus to be a superset of user_requested_cpusAdrian Hunter2022-05-261-6/+6
* libperf: Add preadn()Adrian Hunter2022-05-232-0/+22
* perf cpumap: Add perf_cpu_map__for_each_idx()Ian Rogers2022-05-231-0/+3
* libperf evlist: Add evsel as a parameter to ->idx()Adrian Hunter2022-05-102-2/+3
* libperf evlist: Move ->idx() into mmap_per_evsel()Adrian Hunter2022-05-101-6/+3
* libperf evlist: Remove ->idx() per_cpu parameterAdrian Hunter2022-05-102-3/+3
* libperf evsel: Add perf_evsel__enable_thread()Adrian Hunter2022-05-102-0/+16
* perf evlist: Clear all_cpus before propagatingIan Rogers2022-05-051-0/+4
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-04-241-2/+1
|\
| * perf tools: Fix segfault accessing sample_id xyarrayAdrian Hunter2022-04-131-2/+1
* | libperf evsel: Factor out perf_evsel__ioctl()Adrian Hunter2022-04-241-7/+12
|/
* perf cpumap: More cpu map reuse by merge.Ian Rogers2022-04-011-10/+5
* perf cpumap: Add is_subset functionIan Rogers2022-04-012-0/+21
* perf evlist: Rename cpus to user_requested_cpusIan Rogers2022-04-012-15/+20
* Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-311-1/+1
|\
| * kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada2022-02-151-1/+1
* | Merge tag 'perf-tools-for-v5.18-2022-03-26' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-03-276-23/+77
|\ \
| * | libperf tests: Fix typo in perf_evlist__open() failure error messagesShunsuke Nakamura2022-03-261-4/+4
| * | libperf: Add API for allocating new thread map arrayTzvetomir Stoyanov (VMware)2022-02-235-7/+61
| * | libperf: Rename arguments of perf_thread_map APIsTzvetomir Stoyanov (VMware)2022-02-233-12/+12
* | | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-241-1/+1
|\ \ \ | |/ / |/| |
| * | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-1/+1
* | | libperf: Fix perf_cpu_map__for_each_cpu macroJiri Olsa2022-02-164-5/+18
* | | libperf: Fix 32-bit build for tests uint64_t printfRob Herring2022-02-161-2/+3
| |/ |/|
* | libperf: Add arm64 support to perf_mmap__read_self()Rob Herring2022-02-062-1/+102
|/
* perf cpumap: Migrate to libperf cpumap apiIan Rogers2022-01-221-2/+2
* libperf tests: Update a use of the new cpumap APIIan Rogers2022-01-141-2/+3
* perf cpumap: Give CPUs their own typeIan Rogers2022-01-129-63/+85
* libperf: Sync evsel documentationIan Rogers2022-01-121-5/+5
* libperf: Allow NULL in perf_cpu_map__idx()Ian Rogers2022-01-121-1/+6
* libperf: Use cpu not index for evsel mmapIan Rogers2022-01-121-1/+2
* libperf: Switch cpu to more accurate cpu_map_idxIan Rogers2022-01-122-48/+50
* perf cpumap: Move 'has' function to libperfIan Rogers2022-01-125-2/+10
* libperf: Add comments to 'struct perf_cpu_map'Ian Rogers2022-01-121-0/+9
* libperf tests: Fix a spelling mistake "Runnnig" -> "Running"Colin Ian King2021-12-161-1/+1
* perf evlist: Allow setting arbitrary leaderIan Rogers2021-12-072-7/+10
* libperf tests: Add test_stat_multiplexing testShunsuke Nakamura2021-12-071-0/+157
* libperf: Remove scaling process from perf_mmap__read_self()Shunsuke Nakamura2021-12-071-2/+0
* libperf: Adopt perf_counts_values__scale() from tools/perf/utilShunsuke Nakamura2021-12-073-0/+24
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-10-262-6/+7
|\
| * libperf tests: Fix test_stat_cpuShunsuke Nakamura2021-10-142-6/+6
| * libperf test evsel: Fix build error on !x86 architecturesShunsuke Nakamura2021-10-141-0/+1
* | perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_IDAdrian Hunter2021-10-201-0/+6