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
/
builtin-stat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
perf stat: Move perf_stat_synthesize_config() to stat.c
Jiri Olsa
2018-08-30
1
-42
/
+0
*
perf stat: Add 'perf_event__handler_t' argument to perf_stat_synthesize_config()
Jiri Olsa
2018-08-30
1
-10
/
+7
*
perf stat: Add 'struct perf_evlist' argument to perf_stat_synthesize_config()
Jiri Olsa
2018-08-30
1
-6
/
+7
*
perf stat: Add 'struct perf_tool' argument to perf_stat_synthesize_config()
Jiri Olsa
2018-08-30
1
-6
/
+7
*
perf stat: Add 'struct perf_stat_config' argument to perf_stat_synthesize_con...
Jiri Olsa
2018-08-30
1
-3
/
+4
*
perf stat: Rename 'is_pipe' argument to 'attrs' in perf_stat_synthesize_config()
Jiri Olsa
2018-08-30
1
-3
/
+3
*
perf stat: Move create_perf_stat_counter() to stat.c
Jiri Olsa
2018-08-30
1
-53
/
+1
[next]