index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
evlist.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tools: Enable on a list of CPUs for hybrid
Jin Yao
2021-08-11
1
-0
/
+1
*
perf tools: Create hybrid flag in target
Jin Yao
2021-08-11
1
-1
/
+1
*
libperf: Adopt evlist__set_leader() from tools/perf as perf_evlist__set_leader()
Jiri Olsa
2021-07-09
1
-18
/
+1
*
libperf: Move 'nr_groups' from tools/perf to evlist::nr_groups
Jiri Olsa
2021-07-09
1
-2
/
+2
*
libperf: Move 'leader' from tools/perf to perf_evsel::leader
Jiri Olsa
2021-07-09
1
-8
/
+9
*
libperf: Move 'idx' from tools/perf to perf_evsel::idx
Jiri Olsa
2021-07-09
1
-6
/
+4
*
perf mem: Disable 'mem-loads-aux' group before reporting
Jin Yao
2021-06-01
1
-0
/
+25
*
perf stat: Skip evlist__[enable|disable] when all events uses BPF
Song Liu
2021-05-21
1
-3
/
+0
*
perf record: Create two hybrid 'cycles' events by default
Jin Yao
2021-04-29
1
-1
/
+4
*
perf stat: Introduce bpf_counter_ops->disable()
Song Liu
2021-04-29
1
-0
/
+4
*
perf evlist: Add a method to return the list of evsels as a string
Arnaldo Carvalho de Melo
2021-04-15
1
-0
/
+19
*
perf tools: Fix various typos in comments
Ingo Molnar
2021-03-23
1
-1
/
+1
*
perf evlist: Change the COMM when preparing the workload
Arnaldo Carvalho de Melo
2021-03-15
1
-0
/
+8
*
perf stat: Fix use-after-free when -r option is used
Namhyung Kim
2021-03-06
1
-0
/
+1
*
perf record: Fix continue profiling after draining the buffer
Yang Jihong
2021-02-18
1
-0
/
+8
*
perf stat: Add Topdown metrics events as default events
Kan Liang
2021-02-03
1
-0
/
+5
*
perf tools: Add 'ping' control command
Jiri Olsa
2021-01-20
1
-0
/
+4
*
perf tools: Add 'stop' control command
Jiri Olsa
2021-01-20
1
-0
/
+4
*
perf tools: Add 'evlist' control command
Jiri Olsa
2021-01-20
1
-0
/
+41
*
perf tools: Allow to enable/disable events via control file
Jiri Olsa
2021-01-20
1
-3
/
+60
*
perf tools: Add evlist__disable_evsel/evlist__enable_evsel
Jiri Olsa
2020-12-17
1
-3
/
+66
*
perf evlist: Change evlist__splice_list_tail() ordering
John Garry
2020-12-17
1
-4
/
+15
*
perf evlist: Use the right prefix for 'struct evlist' nr_threads method
Arnaldo Carvalho de Melo
2020-11-30
1
-3
/
+2
*
perf evlist: Use the right prefix for 'struct evlist' header methods
Arnaldo Carvalho de Melo
2020-11-30
1
-1
/
+1
*
perf evlist: Use the right prefix for 'struct evlist' mmap pages parsing method
Arnaldo Carvalho de Melo
2020-11-30
1
-4
/
+3
*
perf evlist: Use the right prefix for 'struct evlist' event attribute config ...
Arnaldo Carvalho de Melo
2020-11-30
1
-2
/
+2
*
perf evlist: Use the right prefix for alternative 'struct evlist' constructors
Arnaldo Carvalho de Melo
2020-11-30
1
-2
/
+2
*
perf evlist: Use the right prefix for 'struct evlist' event selection methods
Arnaldo Carvalho de Melo
2020-11-30
1
-2
/
+1
*
perf evlist: Use the right prefix for 'struct evlist' event group methods
Arnaldo Carvalho de Melo
2020-11-30
1
-4
/
+2
*
perf evlist: Use the right prefix for 'struct evlist' create maps methods
Arnaldo Carvalho de Melo
2020-11-30
1
-3
/
+3
*
perf evlist: Use the right prefix for 'struct evlist' evsel list methods
Arnaldo Carvalho de Melo
2020-11-30
1
-5
/
+3
*
perf evlist: Use the right prefix for 'struct evlist' pause/resume methods
Arnaldo Carvalho de Melo
2020-11-30
1
-7
/
+7
*
perf evlist: Use the right prefix for 'struct evlist' enable event methods
Arnaldo Carvalho de Melo
2020-11-30
1
-10
/
+6
*
perf evlist: Use the right prefix for 'struct evlist' id_pos methods
Arnaldo Carvalho de Melo
2020-11-30
1
-6
/
+6
*
perf evlist: Use the right prefix for 'struct evlist' tracking event methods
Arnaldo Carvalho de Melo
2020-11-30
1
-3
/
+2
*
perf evlist: Use the right prefix for 'struct evlist' sample id lookup methods
Arnaldo Carvalho de Melo
2020-11-30
1
-13
/
+10
*
perf evlist: Ditch unused set/reset sample_bit methods
Arnaldo Carvalho de Melo
2020-11-30
1
-18
/
+0
*
perf evlist: Use the right prefix for 'struct evlist' 'find' methods
Arnaldo Carvalho de Melo
2020-11-30
1
-10
/
+4
*
perf evlist: Use the right prefix for 'struct evlist' sample parsing methods
Arnaldo Carvalho de Melo
2020-11-30
1
-5
/
+2
*
perf evlist: Use the right prefix for 'struct evlist' 'filter' methods
Arnaldo Carvalho de Melo
2020-11-30
1
-11
/
+11
*
perf evlist: Use the right prefix for 'struct evlist' 'toggle' methods
Arnaldo Carvalho de Melo
2020-11-30
1
-4
/
+3
*
perf evlist: Use the right prefix for 'struct evlist' 'workload' methods
Arnaldo Carvalho de Melo
2020-11-30
1
-5
/
+4
*
perf evlist: Use the right prefix for 'struct evlist' methods: evlist__set_le...
Arnaldo Carvalho de Melo
2020-11-30
1
-4
/
+4
*
perf tools: Copy metric events properly when expand cgroups
Namhyung Kim
2020-09-28
1
-0
/
+11
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2020-09-17
1
-3
/
+8
|
\
|
*
perf evlist: Fix cpu/thread map leak
Namhyung Kim
2020-09-15
1
-3
/
+8
*
|
perf tools: Consolidate close_control_option()'s into one function
Adrian Hunter
2020-09-04
1
-0
/
+10
*
|
perf record: Add 'snapshot' control command
Adrian Hunter
2020-09-04
1
-2
/
+9
*
|
perf tools: Add FIFO file names as alternative options to --control
Adrian Hunter
2020-09-04
1
-2
/
+53
*
|
perf tools: Handle read errors from ctl_fd
Adrian Hunter
2020-09-04
1
-5
/
+11
[next]