index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-stat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf stat: Fix segfault for event group in repeat mode
Jiri Olsa
2019-07-23
1
-1
/
+8
*
perf tools: Use zfree() where applicable
Arnaldo Carvalho de Melo
2019-07-09
1
-2
/
+2
*
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
2019-07-09
1
-1
/
+1
*
perf stat: Fix use-after-freed pointer detected by the smatch tool
Leo Yan
2019-07-09
1
-1
/
+1
*
tools perf: Move from sane_ctype.h obtained from git to the Linux's original
Arnaldo Carvalho de Melo
2019-06-25
1
-1
/
+1
*
Merge tag 'perf-core-for-mingo-5.3-20190611' of git://git.kernel.org/pub/scm/...
Ingo Molnar
2019-06-17
1
-6
/
+81
|
\
|
*
perf stat: Support per-die aggregation
Kan Liang
2019-06-10
1
-6
/
+81
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251
Thomas Gleixner
2019-06-05
1
-2
/
+1
|
/
*
perf stat: Support 'percore' event qualifier
Jin Yao
2019-05-16
1
-0
/
+21
*
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2019-05-06
1
-7
/
+21
|
\
|
*
perf stat: Implement duration_time as a proper event
Andi Kleen
2019-04-01
1
-7
/
+21
*
|
perf stat: Disable DIR_FORMAT feature for 'perf stat record'
Jiri Olsa
2019-04-16
1
-0
/
+1
|
/
*
perf stat: Fix --no-scale
Andi Kleen
2019-03-19
1
-1
/
+2
*
perf data: Add global path holder
Jiri Olsa
2019-02-22
1
-3
/
+3
*
perf pmu: Remove set_drv_config API
Mathieu Poirier
2019-02-06
1
-9
/
+0
*
perf tools: Remove duplicate headers
Brajeswar Ghosh
2019-01-21
1
-1
/
+0
*
perf stat: Fix endless wait for child process
Jin Yao
2019-01-03
1
-1
/
+2
*
perf stat: Avoid segfaults caused by negated options
Michael Petlan
2018-12-18
1
-1
/
+7
*
perf evlist: Move perf_evsel__reset_weak_group into evlist
Andi Kleen
2018-11-05
1
-27
/
+1
*
perf stat: Poll for monitored tasks being alive
Jiri Olsa
2018-10-22
1
-0
/
+24
*
perf tools: Remove perf_tool from event_op2
Jiri Olsa
2018-09-19
1
-12
/
+11
*
perf stat: Move the display functions to stat-display.c
Jiri Olsa
2018-08-30
1
-1150
/
+0
*
perf stat: Move 'metric_events' to 'struct perf_stat_config'
Jiri Olsa
2018-08-30
1
-6
/
+4
*
perf stat: Move 'walltime_*' data to 'struct perf_stat_config'
Jiri Olsa
2018-08-30
1
-12
/
+10
*
perf stat: Propagate 'struct target' arg to sort_aggr_thread()
Jiri Olsa
2018-08-30
1
-4
/
+6
*
perf stat: Move 'no_merge' data to 'struct perf_stat_config'
Jiri Olsa
2018-08-30
1
-3
/
+2
*
perf stat: Move 'big_num' data to 'struct perf_stat_config'
Jiri Olsa
2018-08-30
1
-4
/
+4
*
perf stat: Do not use the global 'evsel_list' in print functions
Jiri Olsa
2018-08-30
1
-2
/
+3
*
perf stat: Move *_aggr_* data to 'struct perf_stat_config'
Jiri Olsa
2018-08-30
1
-54
/
+58
*
perf stat: Move ru_* data to 'struct perf_stat_config'
Jiri Olsa
2018-08-30
1
-7
/
+5
*
perf stat: Move 'print_mixed_hw_group_error' to 'struct perf_stat_config'
Jiri Olsa
2018-08-30
1
-3
/
+2
*
perf stat: Move 'print_free_counters_hint' to 'struct perf_stat_config'
Jiri Olsa
2018-08-30
1
-3
/
+2
*
perf stat: Move 'null_run' to 'struct perf_stat_config'
Jiri Olsa
2018-08-30
1
-4
/
+3
*
perf stat: Add 'walltime_nsecs_stats' pointer to 'struct perf_stat_config'
Jiri Olsa
2018-08-30
1
-7
/
+8
*
perf stat: Pass 'evlist' to aggr_update_shadow()
Jiri Olsa
2018-08-30
1
-3
/
+4
*
perf stat: Pass 'struct perf_stat_config' to first_shadow_cpu()
Jiri Olsa
2018-08-30
1
-7
/
+8
*
perf stat: Move 'metric_only_len' to 'struct perf_stat_config'
Jiri Olsa
2018-08-30
1
-5
/
+5
*
perf stat: Move 'run_count' to 'struct perf_stat_config'
Jiri Olsa
2018-08-30
1
-19
/
+20
*
perf stat: Use 'evsel->evlist' instead of 'evsel_list' in collect_all_aliases()
Jiri Olsa
2018-08-30
1
-2
/
+3
*
perf stat: Pass 'evlist' argument to print functions
Jiri Olsa
2018-08-30
1
-9
/
+13
*
perf stat: Add 'target' argument to perf_evlist__print_counters()
Jiri Olsa
2018-08-30
1
-9
/
+11
*
perf stat: Move 'unit_width' to 'struct perf_stat_config'
Jiri Olsa
2018-08-30
1
-5
/
+6
*
perf stat: Move 'metric_only' to 'struct perf_stat_config'
Jiri Olsa
2018-08-30
1
-13
/
+16
*
perf stat: Move 'interval_clear' to 'struct perf_stat_config'
Jiri Olsa
2018-08-30
1
-5
/
+4
*
perf stat: Move csv_* to 'struct perf_stat_config'
Jiri Olsa
2018-08-30
1
-58
/
+56
*
perf stat: Pass a 'struct perf_stat_config' argument to global print functions
Jiri Olsa
2018-08-30
1
-32
/
+42
*
perf stat: Pass 'struct perf_stat_config' argument to local print functions
Jiri Olsa
2018-08-30
1
-69
/
+80
*
perf stat: Add 'struct perf_stat_config' argument to perf_evlist__print_count...
Jiri Olsa
2018-08-30
1
-7
/
+9
*
perf stat: Move STAT_RECORD out of perf_evlist__print_counters()
Jiri Olsa
2018-08-30
1
-4
/
+4
*
perf stat: Introduce perf_evlist__print_counters()
Jiri Olsa
2018-08-30
1
-4
/
+12
[next]