summaryrefslogtreecommitdiffstats
path: root/tools/lib/perf
AgeCommit message (Expand)AuthorLines
2021-08-31libperf cpumap: Take into advantage it is sorted to optimize perf_cpu_map__max()Riccardo Mancini-8/+2
2021-08-24libperf tests: Fix verbose printingShunsuke Nakamura-0/+2
2021-08-11libperf: Add perf_cpu_map__default_new()Jin Yao-0/+6
2021-07-09libperf: Add tests for perf_evlist__set_leader()Jiri Olsa-6/+21
2021-07-09libperf: Remove BUG_ON() from library code in get_group_fd()Arnaldo Carvalho de Melo-7/+16
2021-07-09libperf: Add group support to perf_evsel__open()Jiri Olsa-2/+24
2021-07-09libperf: Adopt evlist__set_leader() from tools/perf as perf_evlist__set_leader()Jiri Olsa-0/+24
2021-07-09libperf: Move 'nr_groups' from tools/perf to evlist::nr_groupsJiri Olsa-0/+1
2021-07-09libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa-0/+2
2021-07-09libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa-3/+8
2021-07-07libperf: Change tests to single static and shared binariesJiri Olsa-51/+67
2021-04-29perf jit: Let convert_timestamp() to be backwards-compatibleLeo Yan-0/+2
2021-04-29perf tools: Change fields type in perf_record_time_convLeo Yan-2/+3
2021-04-29perf util: Move bpf_perf definitions to a libperf headerSong Liu-0/+31
2021-04-20libperf xyarray: Add bounds checks to xyarray__entry()Rob Herring-1/+8
2021-04-20libperf: Add support for user space counter accessRob Herring-0/+161
2021-04-15libperf tests: Add support for verbose printingRob Herring-2/+36
2021-04-15libperf: Add evsel mmap supportRob Herring-0/+86
2021-03-06libperf: Add perf_evlist__reset_id_hash()Namhyung Kim-4/+11
2021-01-27Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo-13/+4
2021-01-21perf evlist: Fix id index for heterogeneous systemsAdrian Hunter-13/+4
2021-01-20Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo-6/+7
2021-01-15libperf tests: Fail when failing to get a tracepoint idIan Rogers-0/+1
2021-01-15libperf tests: If a test fails return non-zeroIan Rogers-4/+4
2021-01-15libperf tests: Avoid uninitialized variable warningIan Rogers-2/+2
2020-12-28perf tools: Store build id when available in PERF_RECORD_MMAP2 metadata eventsJiri Olsa-4/+14
2020-10-14perf tools: Add size to 'struct perf_record_header_build_id'Jiri Olsa-1/+11
2020-10-13Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo-0/+3
2020-10-07perf stat: Fix out of bounds CPU map access when handling armv8_pmu eventsNamhyung Kim-0/+3
2020-09-22perf tsc: Support cap_user_time_short for event TIME_CONVLeo Yan-0/+4
2020-08-13libperf: Fix man page typosRob Herring-14/+17
2020-07-21libperf: Add flags to fdarray fds objectsAlexey Budankov-4/+4
2020-07-10perf tools: Add support for PERF_RECORD_TEXT_POKEAdrian Hunter-0/+9
2020-05-05libperf evlist: Fix a refcount leakIan Rogers-0/+1
2020-05-05libperf: Add NULL pointer check for cpu_map iteration and NULL assignment for...He Zhe-1/+2
2020-04-22perf evlist: Remove duplicate headersJagadeesh Pagadala-2/+0
2020-04-03perf tools: Basic support for CGROUP eventNamhyung Kim-0/+7
2020-03-04libperf: Add counting exampleMichael Petlan-0/+83
2020-01-14libperf: Setup initial evlist::all_cpus valueJiri Olsa-0/+3
2020-01-06libperf: Add man pagesJiri Olsa-229/+1197
2020-01-06libperf: Move to tools/lib/perfJiri Olsa-0/+3866