index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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
*
perf stat: Fix recort_usage typo
Jiri Olsa
2016-01-12
1
-4
/
+4
*
perf stat record: Keep sample_type 0 for pipe session
Jiri Olsa
2016-01-06
1
-1
/
+8
*
perf stat report: Allow to override aggr_mode
Jiri Olsa
2015-12-17
1
-0
/
+17
*
perf stat report: Process event update events
Jiri Olsa
2015-12-17
1
-0
/
+1
*
perf stat report: Process stat and stat round events
Jiri Olsa
2015-12-17
1
-0
/
+28
*
perf stat report: Move csv_sep initialization before report command
Jiri Olsa
2015-12-17
1
-7
/
+7
*
perf stat report: Add support to initialize aggr_map from file
Jiri Olsa
2015-12-17
1
-0
/
+103
*
perf stat report: Process stat config event
Jiri Olsa
2015-12-17
1
-0
/
+10
*
perf stat report: Process cpu/threads maps
Jiri Olsa
2015-12-17
1
-2
/
+64
*
perf stat report: Add report command
Jiri Olsa
2015-12-17
1
-4
/
+57
*
perf stat record: Synthesize event update events
Jiri Olsa
2015-12-17
1
-0
/
+59
*
perf stat record: Do not allow record with multiple runs mode
Jiri Olsa
2015-12-17
1
-0
/
+5
*
perf stat record: Write stat round events on record
Jiri Olsa
2015-12-17
1
-0
/
+20
*
perf stat record: Write stat events on record
Jiri Olsa
2015-12-17
1
-0
/
+19
*
perf stat record: Add pipe support for record command
Jiri Olsa
2015-12-17
1
-11
/
+28
*
perf stat record: Store events IDs in perf data file
Jiri Olsa
2015-12-17
1
-0
/
+35
*
perf stat record: Synthesize stat record data
Jiri Olsa
2015-12-17
1
-13
/
+43
*
perf stat record: Initialize record features
Jiri Olsa
2015-12-17
1
-0
/
+15
*
perf stat record: Add record command
Jiri Olsa
2015-12-17
1
-4
/
+116
*
perf subcmd: Create subcmd library
Josh Poimboeuf
2015-12-17
1
-1
/
+1
*
perf stat: Fix cmd_stat to release cpu_map
Masami Hiramatsu
2015-12-09
1
-0
/
+9
*
perf stat: Move enable_on_exec setup under earlier code
Jiri Olsa
2015-12-07
1
-6
/
+9
*
perf stat: Create events as disabled
Jiri Olsa
2015-12-07
1
-6
/
+19
*
perf stat: Use perf_evlist__enable in handle_initial_delay
Jiri Olsa
2015-12-07
1
-4
/
+1
*
perf evsel: Use event maps directly in perf_evsel__enable
Jiri Olsa
2015-12-07
1
-4
/
+1
*
perf stat: Clear sample_(type|period) for counting
Jiri Olsa
2015-11-26
1
-0
/
+7
*
perf stat: Make stat options global
Jiri Olsa
2015-11-05
1
-81
/
+82
*
perf stat: Use common printout function to avoid duplicated code
Andi Kleen
2015-11-04
1
-37
/
+20
*
perf stat: Move sw clock metrics printout to stat-shadow
Andi Kleen
2015-11-04
1
-5
/
+3
*
perf stat: Cache aggregated map entries in extra cpumap
Jiri Olsa
2015-10-27
1
-4
/
+55
*
perf cpu_map: Add data arg to cpu_map__build_map callback
Jiri Olsa
2015-10-19
1
-2
/
+12
*
perf stat: Add AGGR_UNSET mode
Jiri Olsa
2015-10-19
1
-0
/
+5
*
perf stat: Rename perf_stat struct into perf_stat_evsel
Jiri Olsa
2015-10-19
1
-2
/
+2
*
perf stat: Reduce min --interval-print to 10ms
Kan Liang
2015-10-02
1
-4
/
+9
*
perf stat: Quieten failed to read counter message
Andi Kleen
2015-09-02
1
-1
/
+1
*
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2015-08-31
1
-3
/
+2
|
\
|
*
perf stat: Get correct cpu id for print_aggr
Kan Liang
2015-08-28
1
-3
/
+2
*
|
perf stat: Move perf_counts struct and functions into separate object
Jiri Olsa
2015-08-08
1
-0
/
+1
*
|
perf stat: Move counter processing code into stat object
Jiri Olsa
2015-08-06
1
-140
/
+1
*
|
perf stat: Pass 'struct perf_stat_config' into process_counter()
Jiri Olsa
2015-08-06
1
-13
/
+16
*
|
perf stat: Move 'interval' into struct perf_stat_config
Jiri Olsa
2015-08-06
1
-5
/
+9
*
|
perf stat: Move 'output' into struct perf_stat_config
Jiri Olsa
2015-08-06
1
-12
/
+23
*
|
perf stat: Move 'scale' into struct perf_stat_config
Jiri Olsa
2015-08-06
1
-6
/
+6
*
|
perf stat: Introduce struct perf_stat_config
Jiri Olsa
2015-08-06
1
-17
/
+22
|
/
*
perf stat: Fix shadow declaration of close
Jiri Olsa
2015-07-08
1
-2
/
+2
*
perf stat: Introduce --per-thread option
Jiri Olsa
2015-06-26
1
-2
/
+74
*
perf stat: Introduce print_counters function
Jiri Olsa
2015-06-26
1
-63
/
+64
*
perf stat: Using init_stats instead of memset
Jiri Olsa
2015-06-26
1
-1
/
+1
*
perf stat: Rename print_interval to process_interval
Jiri Olsa
2015-06-26
1
-3
/
+3
*
perf stat: Move perf_stat initialization counter process code
Jiri Olsa
2015-06-26
1
-4
/
+1
[next]