summaryrefslogtreecommitdiffstats
path: root/tools/lib/perf
Commit message (Expand)AuthorAgeFilesLines
* 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
* | libperf cpumap: Use binary search in perf_cpu_map__idx() as array are sortedRiccardo Mancini2021-10-081-4/+12
|/
* libperf evsel: Make use of FD robust.Ian Rogers2021-09-181-23/+41
* libperf cpumap: Take into advantage it is sorted to optimize perf_cpu_map__max()Riccardo Mancini2021-08-311-8/+2
* libperf tests: Fix verbose printingShunsuke Nakamura2021-08-241-0/+2
* libperf: Add perf_cpu_map__default_new()Jin Yao2021-08-112-0/+6
* libperf: Add tests for perf_evlist__set_leader()Jiri Olsa2021-07-091-6/+21
* libperf: Remove BUG_ON() from library code in get_group_fd()Arnaldo Carvalho de Melo2021-07-091-7/+16
* libperf: Add group support to perf_evsel__open()Jiri Olsa2021-07-091-2/+24
* libperf: Adopt evlist__set_leader() from tools/perf as perf_evlist__set_leader()Jiri Olsa2021-07-094-0/+24
* libperf: Move 'nr_groups' from tools/perf to evlist::nr_groupsJiri Olsa2021-07-091-0/+1
* libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa2021-07-092-0/+2
* libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa2021-07-093-3/+8
* libperf: Change tests to single static and shared binariesJiri Olsa2021-07-0711-51/+67
* perf jit: Let convert_timestamp() to be backwards-compatibleLeo Yan2021-04-291-0/+2
* perf tools: Change fields type in perf_record_time_convLeo Yan2021-04-291-2/+3
* perf util: Move bpf_perf definitions to a libperf headerSong Liu2021-04-291-0/+31
* libperf xyarray: Add bounds checks to xyarray__entry()Rob Herring2021-04-201-1/+8
* libperf: Add support for user space counter accessRob Herring2021-04-204-0/+161
* libperf tests: Add support for verbose printingRob Herring2021-04-152-2/+36
* libperf: Add evsel mmap supportRob Herring2021-04-155-0/+86
* libperf: Add perf_evlist__reset_id_hash()Namhyung Kim2021-03-062-4/+11
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-01-271-13/+4
|\
| * perf evlist: Fix id index for heterogeneous systemsAdrian Hunter2021-01-211-13/+4
* | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-01-204-6/+7
|\|
| * libperf tests: Fail when failing to get a tracepoint idIan Rogers2021-01-151-0/+1
| * libperf tests: If a test fails return non-zeroIan Rogers2021-01-154-4/+4
| * libperf tests: Avoid uninitialized variable warningIan Rogers2021-01-151-2/+2
* | perf tools: Store build id when available in PERF_RECORD_MMAP2 metadata eventsJiri Olsa2020-12-281-4/+14
|/
* perf tools: Add size to 'struct perf_record_header_build_id'Jiri Olsa2020-10-141-1/+11
* Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo2020-10-131-0/+3
|\
| * perf stat: Fix out of bounds CPU map access when handling armv8_pmu eventsNamhyung Kim2020-10-071-0/+3
* | perf tsc: Support cap_user_time_short for event TIME_CONVLeo Yan2020-09-221-0/+4
|/