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
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
2021-07-09
libperf: Move 'nr_groups' from tools/perf to evlist::nr_groups
Jiri Olsa
1
-2
/
+2
2021-07-09
libperf: Move 'leader' from tools/perf to perf_evsel::leader
Jiri Olsa
1
-8
/
+9
2021-07-09
libperf: Move 'idx' from tools/perf to perf_evsel::idx
Jiri Olsa
1
-6
/
+4
2021-06-01
perf mem: Disable 'mem-loads-aux' group before reporting
Jin Yao
1
-0
/
+25
2021-05-21
perf stat: Skip evlist__[enable|disable] when all events uses BPF
Song Liu
1
-3
/
+0
2021-04-29
perf record: Create two hybrid 'cycles' events by default
Jin Yao
1
-1
/
+4
2021-04-29
perf stat: Introduce bpf_counter_ops->disable()
Song Liu
1
-0
/
+4
2021-04-15
perf evlist: Add a method to return the list of evsels as a string
Arnaldo Carvalho de Melo
1
-0
/
+19
2021-03-23
perf tools: Fix various typos in comments
Ingo Molnar
1
-1
/
+1
2021-03-15
perf evlist: Change the COMM when preparing the workload
Arnaldo Carvalho de Melo
1
-0
/
+8
2021-03-06
perf stat: Fix use-after-free when -r option is used
Namhyung Kim
1
-0
/
+1
2021-02-18
perf record: Fix continue profiling after draining the buffer
Yang Jihong
1
-0
/
+8
2021-02-03
perf stat: Add Topdown metrics events as default events
Kan Liang
1
-0
/
+5
2021-01-20
perf tools: Add 'ping' control command
Jiri Olsa
1
-0
/
+4
2021-01-20
perf tools: Add 'stop' control command
Jiri Olsa
1
-0
/
+4
2021-01-20
perf tools: Add 'evlist' control command
Jiri Olsa
1
-0
/
+41
2021-01-20
perf tools: Allow to enable/disable events via control file
Jiri Olsa
1
-3
/
+60
[next]