index
:
drm/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
root
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
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
2020-06-22
perf evlist: Fix the class prefix for 'struct evlist' 'add' evsel methods
Arnaldo Carvalho de Melo
1
-9
/
+7
2020-06-22
perf tools: Release metric_events rblist
Jiri Olsa
1
-0
/
+1
2020-06-02
perf stat: Ensure group is defined on top of the same cpu mask
Jiri Olsa
1
-0
/
+55
2020-05-29
perf tools: Add optional support for libpfm4
Stephane Eranian
1
-0
/
+6
2020-05-28
perf metricgroup: Add options to not group or merge
Ian Rogers
1
-1
/
+10
2020-05-28
perf config: Add stat.big-num support
Paul A. Clarke
1
-0
/
+6
2020-05-28
perf stat: Report summary for interval mode
Jin Yao
1
-4
/
+27
2020-05-28
perf stat: Fix wrong per-thread runtime stat for interval mode
Jin Yao
1
-29
/
+41
2020-05-28
perf stat: Fix duration_time value for higher intervals
Jiri Olsa
1
-1
/
+1
2020-05-05
perf stat: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*()
Arnaldo Carvalho de Melo
1
-6
/
+5
2020-05-05
perf evsel: Rename perf_evsel__store_ids() to evsel__store_id()
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-05-05
perf evsel: Rename perf_evsel__group_idx() to evsel__group_idx()
Arnaldo Carvalho de Melo
1
-2
/
+1
2020-05-05
perf evsel: Rename perf_evsel__fallback() to evsel__fallback()
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-05-05
perf evsel: Rename *perf_evsel__read*() to *evsel__read()
Arnaldo Carvalho de Melo
1
-2
/
+2
2020-05-05
perf evsel: Rename *perf_evsel__*name() to *evsel__*name()
Arnaldo Carvalho de Melo
1
-4
/
+4
2020-04-23
perf stat: Improve runtime stat for interval mode
Jin Yao
1
-0
/
+1
2020-04-16
perf stat: Honour --timeout for forked workloads
Arnaldo Carvalho de Melo
1
-1
/
+4
2020-03-04
perf stat: Show percore counts in per CPU output
Jin Yao
1
-0
/
+4
2019-11-29
perf stat: Use affinity for reading
Andi Kleen
1
-41
/
+56
2019-11-29
perf stat: Use affinity for opening events
Andi Kleen
1
-19
/
+102
2019-11-29
perf stat: Factor out open error handling
Andi Kleen
1
-40
/
+60
2019-11-18
perf parse: Report initial event parsing error
Ian Rogers
1
-0
/
+2
[next]