index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
evlist.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-27
perf evlist: Avoid frequency mode for the dummy event
Ian Rogers
1
-2
/
+3
2023-09-12
perf evlist: Add evlist__findnew_tracking_event() helper
Yang Jihong
1
-0
/
+18
2023-06-12
perf evlist: Free stats in all evlist destruction
Ian Rogers
1
-0
/
+2
2023-05-27
perf evlist: Reduce scope of evlist__has_hybrid
Ian Rogers
1
-1
/
+0
2023-05-27
perf evlist: Remove __evlist__add_default
Ian Rogers
1
-14
/
+8
2023-05-27
perf tools: Warn if no user requested CPUs match PMU's CPUs
Ian Rogers
1
-0
/
+39
2023-05-27
perf evlist: Allow has_user_cpus to be set on hybrid
Ian Rogers
1
-1
/
+1
2023-04-24
perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...
Arnaldo Carvalho de Melo
1
-2
/
+2
2023-04-12
perf evlist: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-2
/
+2
2023-04-11
perf util: Move perf_guest/host declarations
Ian Rogers
1
-0
/
+1
2023-03-15
perf record: Add BPF event filter support
Namhyung Kim
1
-7
/
+18
2023-03-13
perf evlist: Remove nr_groups
Ian Rogers
1
-1
/
+1
2023-03-13
perf record: Reuse target::initial_delay
Changbin Du
1
-3
/
+3
2022-12-14
perf evlist: Remove group option.
Ian Rogers
1
-1
/
+1
2022-12-14
perf build: Use libtraceevent from the system
Ian Rogers
1
-1
/
+5
2022-10-31
perf evlist: Add missing util/event.h header
Arnaldo Carvalho de Melo
1
-0
/
+1
2022-10-31
perf tools: Move 'struct perf_sample' to a separate header file to disentangl...
Arnaldo Carvalho de Melo
1
-0
/
+1
2022-10-06
perf tools: Add evlist__add_sched_switch()
Namhyung Kim
1
-0
/
+17
2022-10-06
perf tools: Get rid of evlist__add_on_all_cpus()
Namhyung Kim
1
-27
/
+2
2022-10-04
perf record: Allow multiple recording time ranges
Adrian Hunter
1
-0
/
+234
2022-10-04
perf evlist: Add evlist__{en/dis}able_non_dummy()
Adrian Hunter
1
-6
/
+24
2022-10-04
perf record: Change evlist->ctl_fd to use fdarray_flag__non_perf_event
Adrian Hunter
1
-17
/
+2
2022-10-04
perf record: Fix done_fd wakeup event
Adrian Hunter
1
-1
/
+2
2022-07-29
perf x86 evlist: Add default hybrid events for perf stat
Kan Liang
1
-1
/
+1
2022-07-29
perf evlist: Always use arch_evlist__add_default_attrs()
Kan Liang
1
-2
/
+7
2022-07-20
perf tools: Add machine_pid and vcpu to perf_sample
Adrian Hunter
1
-1
/
+13
2022-07-20
perf tools: Factor out evsel__id_hdr_size()
Adrian Hunter
1
-27
/
+1
2022-05-26
perf evlist: Add evlist__add_dummy_on_all_cpus()
Adrian Hunter
1
-0
/
+45
2022-05-26
perf evlist: Factor out evlist__dummy_event()
Adrian Hunter
1
-2
/
+8
2022-05-26
perf auxtrace: Remove auxtrace_mmap_params__set_idx() per_cpu parameter
Adrian Hunter
1
-2
/
+1
2022-05-26
perf auxtrace: Add mmap_needed to auxtrace_mmap_params
Adrian Hunter
1
-2
/
+3
2022-05-20
perf stat: Always keep perf metrics topdown events in a group
Kan Liang
1
-5
/
+1
2022-05-17
perf evlist: Keep topdown counters in weak group
Ian Rogers
1
-2
/
+14
2022-05-10
libperf evlist: Add evsel as a parameter to ->idx()
Adrian Hunter
1
-0
/
+1
2022-05-10
libperf evlist: Remove ->idx() per_cpu parameter
Adrian Hunter
1
-1
/
+2
2022-05-10
perf auxtrace: Move evlist__enable_event_idx() to auxtrace.c
Adrian Hunter
1
-10
/
+0
2022-05-10
perf evlist: Use libperf functions in evlist__enable_event_idx()
Adrian Hunter
1
-42
/
+2
2022-04-01
perf evlist: Directly return instead of using local ret variable
Haowen Bai
1
-2
/
+1
2022-04-01
perf evlist: Rename cpus to user_requested_cpus
Ian Rogers
1
-7
/
+8
2022-03-22
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-11
/
+17
2022-03-19
perf evlist: Avoid iteration for empty evlist.
Ian Rogers
1
-11
/
+17
2022-02-10
perf record: Introduce function to propagate control commands
Alexey Bayduraev
1
-0
/
+16
2022-01-18
perf evlist: No need to setup affinities when disabling events for pid targets
Arnaldo Carvalho de Melo
1
-5
/
+9
2022-01-18
perf evlist: No need to setup affinities when enabling events for pid targets
Arnaldo Carvalho de Melo
1
-5
/
+9
2022-01-15
perf evlist: No need to do any affinity setup when profiling pids
Arnaldo Carvalho de Melo
1
-1
/
+1
2022-01-12
perf cpumap: Give CPUs their own type
Ian Rogers
1
-4
/
+4
2022-01-12
perf evlist: Refactor evlist__for_each_cpu()
Ian Rogers
1
-65
/
+81
2021-08-11
perf tools: Enable on a list of CPUs for hybrid
Jin Yao
1
-0
/
+1
2021-08-11
perf tools: Create hybrid flag in target
Jin Yao
1
-1
/
+1
2021-07-09
libperf: Adopt evlist__set_leader() from tools/perf as perf_evlist__set_leader()
Jiri Olsa
1
-18
/
+1
[next]