index
:
linux
master
Torvalds' mirror for benchmark reasons
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
perf
/
evlist.c
Age
Commit message (
Expand
)
Author
2024-02-29
libperf evlist: Avoid out-of-bounds access
Ian Rogers
2023-12-12
libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...
Ian Rogers
2023-12-12
libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...
Ian Rogers
2023-09-12
perf evlist: Add perf_evlist__go_system_wide() helper
Yang Jihong
2023-05-27
perf evlist: Propagate user CPU maps intersecting core PMU maps
Ian Rogers
2023-03-13
perf evlist: Remove nr_groups
Ian Rogers
2023-03-13
libperf evlist: Avoid a use of evsel idx
Ian Rogers
2022-10-06
libperf: Propagate maps only if necessary
Namhyung Kim
2022-10-06
libperf: Populate system-wide evsel maps
Namhyung Kim
2022-10-04
perf tools: Add debug messages and comments for testing
Adrian Hunter
2022-09-21
libperf evlist: Fix polling of system-wide events
Adrian Hunter
2022-09-08
libperf evlist: Fix per-thread mmaps for multi-threaded targets
Adrian Hunter
2022-05-26
perf tools: Allow system-wide events to keep their own threads
Adrian Hunter
2022-05-26
perf tools: Allow system-wide events to keep their own CPUs
Adrian Hunter
2022-05-26
perf stat: Add requires_cpu flag for uncore
Adrian Hunter
2022-05-26
libperf evlist: Check nr_mmaps is correct
Adrian Hunter
2022-05-26
libperf evlist: Allow mixing per-thread and per-cpu mmaps
Adrian Hunter
2022-05-26
perf tools: Allow all_cpus to be a superset of user_requested_cpus
Adrian Hunter
2022-05-10
libperf evlist: Add evsel as a parameter to ->idx()
Adrian Hunter
2022-05-10
libperf evlist: Move ->idx() into mmap_per_evsel()
Adrian Hunter
2022-05-10
libperf evlist: Remove ->idx() per_cpu parameter
Adrian Hunter
2022-05-05
perf evlist: Clear all_cpus before propagating
Ian Rogers
2022-04-13
perf tools: Fix segfault accessing sample_id xyarray
Adrian Hunter
2022-04-01
perf evlist: Rename cpus to user_requested_cpus
Ian Rogers
2022-01-12
perf cpumap: Give CPUs their own type
Ian Rogers
2021-12-07
perf evlist: Allow setting arbitrary leader
Ian Rogers
2021-07-09
libperf: Adopt evlist__set_leader() from tools/perf as perf_evlist__set_leader()
Jiri Olsa
2021-07-09
libperf: Move 'idx' from tools/perf to perf_evsel::idx
Jiri Olsa
2021-03-06
libperf: Add perf_evlist__reset_id_hash()
Namhyung Kim
2021-01-21
perf evlist: Fix id index for heterogeneous systems
Adrian Hunter
2020-10-07
perf stat: Fix out of bounds CPU map access when handling armv8_pmu events
Namhyung Kim
2020-07-21
libperf: Add flags to fdarray fds objects
Alexey Budankov
2020-05-05
libperf evlist: Fix a refcount leak
Ian Rogers
2020-05-05
libperf: Add NULL pointer check for cpu_map iteration and NULL assignment for...
He Zhe
2020-04-22
perf evlist: Remove duplicate headers
Jagadeesh Pagadala
2020-01-14
libperf: Setup initial evlist::all_cpus value
Jiri Olsa
2020-01-06
libperf: Move to tools/lib/perf
Jiri Olsa