index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-stat.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-29
perf stat: Warn group events from different hybrid PMU
Jin Yao
1
-0
/
+4
2021-04-29
perf stat: Add default hybrid events
Jin Yao
1
-0
/
+28
2021-04-29
perf stat: Uniquify hybrid event name
Jin Yao
1
-0
/
+4
2021-04-29
perf stat: Introduce config stat.bpf-counter-events
Song Liu
1
-17
/
+25
2021-04-20
perf stat: Basic support for iostat in perf
Alexander Antonov
1
-1
/
+20
2021-03-24
perf stat: Align CSV output for summary mode
Jin Yao
1
-0
/
+7
2021-03-23
perf stat: Measure 't0' and 'ref_time' after enable_counters()
Song Liu
1
-3
/
+7
2021-03-23
perf stat: Introduce 'bperf' to share hardware PMCs with BPF
Song Liu
1
-0
/
+10
2021-03-23
perf tools: Fix various typos in comments
Ingo Molnar
1
-2
/
+2
2021-02-08
perf stat: Support L2 Topdown events
Kan Liang
1
-3
/
+31
2021-02-03
perf stat: Add Topdown metrics events as default events
Kan Liang
1
-0
/
+3
2021-01-20
perf tools: Add 'ping' control command
Jiri Olsa
1
-0
/
+1
2021-01-20
perf tools: Add 'stop' control command
Jiri Olsa
1
-0
/
+1
2021-01-20
perf tools: Add 'evlist' control command
Jiri Olsa
1
-0
/
+1
2021-01-20
perf tools: Allow to enable/disable events via control file
Jiri Olsa
1
-2
/
+0
2021-01-20
perf stat: Enable counting events for BPF programs
Song Liu
1
-14
/
+68
2020-12-24
perf stat aggregation: Add separate core member
James Clark
1
-6
/
+3
2020-12-24
perf stat aggregation: Add separate die member
James Clark
1
-11
/
+3
2020-12-24
perf stat aggregation: Add separate socket member
James Clark
1
-14
/
+8
2020-12-24
perf stat aggregation: Add separate node member
James Clark
1
-1
/
+1
2020-12-24
perf stat aggregation: Start using cpu_aggr_id in map
James Clark
1
-3
/
+3
2020-12-24
perf cpumap: Drop in cpu_aggr_map struct
James Clark
1
-7
/
+22
2020-12-24
perf stat: Replace aggregation ID with a struct
James Clark
1
-33
/
+43
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' event group methods
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' create maps methods
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' print methods
Arnaldo Carvalho de Melo
1
-2
/
+1
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' 'filter' methods
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' stats methods
Arnaldo Carvalho de Melo
1
-8
/
+8
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' 'workload' methods
Arnaldo Carvalho de Melo
1
-4
/
+3
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' methods: evlist__set_le...
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-11-04
perf stat: Add --quiet option
Andi Kleen
1
-1
/
+5
2020-11-04
perf stat: Support regex pattern in --for-each-cgroup
Namhyung Kim
1
-1
/
+4
2020-09-28
perf tools: Allow creation of cgroup without open
Namhyung Kim
1
-1
/
+1
2020-09-28
perf tools: Copy metric events properly when expand cgroups
Namhyung Kim
1
-1
/
+2
2020-09-28
perf stat: Add --for-each-cgroup option
Namhyung Kim
1
-1
/
+26
2020-09-23
perf stat: Skip duration_time in setup_system_wide
Jin Yao
1
-1
/
+3
2020-09-17
perf stat: Support new per thread TopDown metrics
Andi Kleen
1
-2
/
+28
2020-09-17
perf tools: Rename group to topdown
Kan Liang
1
-50
/
+1
2020-09-04
perf tools: Consolidate close_control_option()'s into one function
Adrian Hunter
1
-11
/
+1
2020-09-04
perf record: Add 'snapshot' control command
Adrian Hunter
1
-0
/
+1
2020-09-04
perf tools: Add FIFO file names as alternative options to --control
Adrian Hunter
1
-3
/
+15
2020-09-04
perf tools: Consolidate --control option parsing into one function
Adrian Hunter
1
-20
/
+2
2020-09-03
perf stat: Turn off summary for interval mode by default
Jin Yao
1
-3
/
+5
2020-08-04
perf stat: Introduce --control fd:ctl-fd[,ack-fd] options
Alexey Budankov
1
-1
/
+39
2020-07-22
perf stat: Implement control commands handling
Alexey Budankov
1
-18
/
+65
2020-07-22
perf stat: extend -D,--delay option with -1 value
Alexey Budankov
1
-4
/
+14
2020-07-22
perf stat: Factor out event handling loop into dispatch_events()
Alexey Budankov
1
-12
/
+24
2020-07-22
perf stat: Factor out body of event handling loop for fork case
Alexey Budankov
1
-4
/
+1
2020-07-22
perf stat: Move target check to loop control statement
Alexey Budankov
1
-3
/
+1
2020-07-22
perf stat: Factor out body of event handling loop for system wide
Alexey Budankov
1
-6
/
+11
[next]