summaryrefslogtreecommitdiff
path: root/tools/lib/perf/include/internal
AgeCommit message (Expand)Author
2023-05-27perf evlist: Propagate user CPU maps intersecting core PMU mapsIan Rogers
2023-05-27perf evsel: Add is_pmu_core inorder to interpret own_cpusIan Rogers
2023-04-20libperf rc_check: Enable implicitly with sanitizersIan Rogers
2023-04-17perf cpumap: Add reference count checkingIan Rogers
2023-04-17libperf: Add reference count checking macrosIan Rogers
2023-04-17libperf: Add perf_cpu_map__refcnt() interanl accessor to use in the maps testArnaldo Carvalho de Melo
2023-04-12libperf: Add a perf_cpu_map__set_nr() available as an internal function for t...Arnaldo Carvalho de Melo
2023-04-12libperf: Make perf_cpu_map__alloc() available as an internal function for too...Ian Rogers
2023-03-13perf evlist: Remove nr_groupsIan Rogers
2022-10-06libperf: Propagate maps only if necessaryNamhyung Kim
2022-07-20perf tools: Add machine_pid and vcpu to id_indexAdrian Hunter
2022-05-26libperf evsel: Add comments for booleansAdrian Hunter
2022-05-26perf stat: Add requires_cpu flag for uncoreAdrian Hunter
2022-05-23libperf: Add preadn()Adrian Hunter
2022-05-10libperf evlist: Add evsel as a parameter to ->idx()Adrian Hunter
2022-05-10libperf evlist: Remove ->idx() per_cpu parameterAdrian Hunter
2022-04-01perf cpumap: Add is_subset functionIan Rogers
2022-04-01perf evlist: Rename cpus to user_requested_cpusIan Rogers
2022-02-16libperf: Fix perf_cpu_map__for_each_cpu macroJiri Olsa
2022-01-12perf cpumap: Give CPUs their own typeIan 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-07perf evlist: Allow setting arbitrary leaderIan Rogers
2021-08-24libperf tests: Fix verbose printingShunsuke Nakamura
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-20libperf xyarray: Add bounds checks to xyarray__entry()Rob Herring
2021-04-20libperf: Add support for user space counter accessRob Herring
2021-04-15libperf tests: Add support for verbose printingRob Herring
2021-04-15libperf: Add evsel mmap supportRob Herring
2021-03-06libperf: Add perf_evlist__reset_id_hash()Namhyung Kim
2020-07-21libperf: Add flags to fdarray fds objectsAlexey Budankov
2020-01-06libperf: Move to tools/lib/perfJiri Olsa