aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/perf/evlist.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-06libperf: Propagate maps only if necessaryNamhyung Kim1-7/+4
2022-10-06libperf: Populate system-wide evsel mapsNamhyung Kim1-6/+9
2022-10-04perf tools: Add debug messages and comments for testingAdrian Hunter1-0/+2
2022-09-21libperf evlist: Fix polling of system-wide eventsAdrian Hunter1-2/+3
2022-09-08libperf evlist: Fix per-thread mmaps for multi-threaded targetsAdrian Hunter1-0/+50
2022-05-26perf tools: Allow system-wide events to keep their own threadsAdrian Hunter1-2/+5
2022-05-26perf tools: Allow system-wide events to keep their own CPUsAdrian Hunter1-6/+5
2022-05-26perf stat: Add requires_cpu flag for uncoreAdrian Hunter1-1/+3
2022-05-26libperf evlist: Check nr_mmaps is correctAdrian Hunter1-2/+9
2022-05-26libperf evlist: Allow mixing per-thread and per-cpu mmapsAdrian Hunter1-29/+7
2022-05-26perf tools: Allow all_cpus to be a superset of user_requested_cpusAdrian Hunter1-6/+6
2022-05-10libperf evlist: Add evsel as a parameter to ->idx()Adrian Hunter1-1/+1
2022-05-10libperf evlist: Move ->idx() into mmap_per_evsel()Adrian Hunter1-6/+3
2022-05-10libperf evlist: Remove ->idx() per_cpu parameterAdrian Hunter1-2/+2
2022-05-05perf evlist: Clear all_cpus before propagatingIan Rogers1-0/+4
2022-04-13perf tools: Fix segfault accessing sample_id xyarrayAdrian Hunter1-2/+1
2022-04-01perf evlist: Rename cpus to user_requested_cpusIan Rogers1-14/+14
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers1-2/+2
2021-12-07perf evlist: Allow setting arbitrary leaderIan Rogers1-6/+9
2021-07-09libperf: Adopt evlist__set_leader() from tools/perf as perf_evlist__set_leader()Jiri Olsa1-0/+21
2021-07-09libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa1-0/+1
2021-03-06libperf: Add perf_evlist__reset_id_hash()Namhyung Kim1-4/+9
2021-01-21perf evlist: Fix id index for heterogeneous systemsAdrian Hunter1-13/+4
2020-10-07perf stat: Fix out of bounds CPU map access when handling armv8_pmu eventsNamhyung Kim1-0/+3
2020-07-21libperf: Add flags to fdarray fds objectsAlexey Budankov1-3/+3
2020-05-05libperf evlist: Fix a refcount leakIan Rogers1-0/+1
2020-05-05libperf: Add NULL pointer check for cpu_map iteration and NULL assignment for all_cpus.He Zhe1-0/+1
2020-04-22perf evlist: Remove duplicate headersJagadeesh Pagadala1-2/+0
2020-01-14libperf: Setup initial evlist::all_cpus valueJiri Olsa1-0/+3
2020-01-06libperf: Move to tools/lib/perfJiri Olsa1-0/+641