summaryrefslogtreecommitdiff
path: root/tools/lib/perf
AgeCommit message (Expand)Author
2022-04-13perf tools: Fix segfault accessing sample_id xyarrayAdrian Hunter
2022-04-01perf cpumap: More cpu map reuse by merge.Ian Rogers
2022-04-01perf cpumap: Add is_subset functionIan Rogers
2022-04-01perf evlist: Rename cpus to user_requested_cpusIan Rogers
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-27Merge tag 'perf-tools-for-v5.18-2022-03-26' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2022-03-26libperf tests: Fix typo in perf_evlist__open() failure error messagesShunsuke Nakamura
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds
2022-02-23libperf: Add API for allocating new thread map arrayTzvetomir Stoyanov (VMware)
2022-02-23libperf: Rename arguments of perf_thread_map APIsTzvetomir Stoyanov (VMware)
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva
2022-02-16libperf: Fix perf_cpu_map__for_each_cpu macroJiri Olsa
2022-02-16libperf: Fix 32-bit build for tests uint64_t printfRob Herring
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada
2022-02-06libperf: Add arm64 support to perf_mmap__read_self()Rob Herring
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers
2022-01-14libperf tests: Update a use of the new cpumap APIIan Rogers
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers
2022-01-12libperf: Sync evsel documentationIan Rogers
2022-01-12libperf: Allow NULL in perf_cpu_map__idx()Ian Rogers
2022-01-12libperf: Use cpu not index for evsel mmapIan Rogers
2022-01-12libperf: Switch cpu to more accurate cpu_map_idxIan Rogers
2022-01-12perf cpumap: Move 'has' function to libperfIan Rogers
2022-01-12libperf: Add comments to 'struct perf_cpu_map'Ian Rogers
2021-12-16libperf tests: Fix a spelling mistake "Runnnig" -> "Running"Colin Ian King
2021-12-07perf evlist: Allow setting arbitrary leaderIan Rogers
2021-12-07libperf tests: Add test_stat_multiplexing testShunsuke Nakamura
2021-12-07libperf: Remove scaling process from perf_mmap__read_self()Shunsuke Nakamura
2021-12-07libperf: Adopt perf_counts_values__scale() from tools/perf/utilShunsuke Nakamura
2021-10-26Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2021-10-20perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_IDAdrian Hunter
2021-10-14libperf tests: Fix test_stat_cpuShunsuke Nakamura
2021-10-14libperf test evsel: Fix build error on !x86 architecturesShunsuke Nakamura
2021-10-08libperf cpumap: Use binary search in perf_cpu_map__idx() as array are sortedRiccardo Mancini
2021-09-18libperf evsel: Make use of FD robust.Ian Rogers
2021-08-31libperf cpumap: Take into advantage it is sorted to optimize perf_cpu_map__max()Riccardo Mancini
2021-08-24libperf tests: Fix verbose printingShunsuke Nakamura
2021-08-11libperf: Add perf_cpu_map__default_new()Jin Yao
2021-07-09libperf: Add tests for perf_evlist__set_leader()Jiri Olsa
2021-07-09libperf: Remove BUG_ON() from library code in get_group_fd()Arnaldo Carvalho de Melo
2021-07-09libperf: Add group support to perf_evsel__open()Jiri Olsa
2021-07-09libperf: Adopt evlist__set_leader() from tools/perf as perf_evlist__set_leader()Jiri Olsa
2021-07-09libperf: Move 'nr_groups' from tools/perf to evlist::nr_groupsJiri Olsa
2021-07-09libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa
2021-07-09libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa
2021-07-07libperf: Change tests to single static and shared binariesJiri Olsa
2021-04-29perf jit: Let convert_timestamp() to be backwards-compatibleLeo Yan
2021-04-29perf tools: Change fields type in perf_record_time_convLeo Yan
2021-04-29perf util: Move bpf_perf definitions to a libperf headerSong Liu
2021-04-20libperf xyarray: Add bounds checks to xyarray__entry()Rob Herring