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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
perf tools: Add dynamic sort key for tracepoint events
Namhyung Kim
2016-01-06
1
-0
/
+213
*
perf tools: Pass evlist to setup_sorting()
Namhyung Kim
2016-01-06
10
-23
/
+27
*
perf top: Create the evlist sooner
Namhyung Kim
2016-01-06
1
-6
/
+6
*
perf hist: Save raw_data/size for tracepoint events
Namhyung Kim
2016-01-06
2
-0
/
+26
*
perf hist: Pass struct sample to __hists__add_entry()
Namhyung Kim
2016-01-06
5
-27
/
+32
*
perf stat report: Allow to override aggr_mode
Jiri Olsa
2015-12-17
2
-0
/
+27
*
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
2
-4
/
+69
*
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 evlist: Export id_add_fd()
Jiri Olsa
2015-12-17
2
-3
/
+6
*
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
2
-0
/
+18
*
perf stat record: Add record command
Jiri Olsa
2015-12-17
2
-4
/
+128
*
perf tools: Introduce stat perf.data header feature
Jiri Olsa
2015-12-17
3
-0
/
+17
*
perf report: Display newly added events in raw dump
Jiri Olsa
2015-12-17
1
-0
/
+19
*
perf tools: Add perf_event__fprintf_event_update function
Jiri Olsa
2015-12-17
2
-0
/
+39
*
perf tools: Add event_update event cpus type
Jiri Olsa
2015-12-17
4
-0
/
+79
*
perf tools: Add event_update event name type
Jiri Olsa
2015-12-17
4
-0
/
+50
*
perf tools: Add event_update event scale type
Jiri Olsa
2015-12-17
4
-0
/
+55
*
perf tools: Add event_update event unit type
Jiri Olsa
2015-12-17
7
-0
/
+99
*
perf tools: Add event_update user level event
Jiri Olsa
2015-12-17
6
-0
/
+56
*
perf tools: Add stat events fprintf functions
Jiri Olsa
2015-12-17
2
-0
/
+43
*
perf tools: Add stat round event synthesize function
Jiri Olsa
2015-12-17
5
-0
/
+47
*
perf tools: Add stat round user level event
Jiri Olsa
2015-12-17
4
-1
/
+37
*
perf tools: Add stat event read function
Jiri Olsa
2015-12-17
2
-0
/
+29
*
perf tools: Add stat event synthesize function
Jiri Olsa
2015-12-17
5
-6
/
+69
*
perf tools: Add stat user level event
Jiri Olsa
2015-12-17
4
-1
/
+47
*
perf tools: Add stat config event read function
Jiri Olsa
2015-12-17
3
-0
/
+32
*
perf tools: Add stat config event synthesize function
Jiri Olsa
2015-12-17
6
-0
/
+104
*
perf tools: Add stat config user level event
Jiri Olsa
2015-12-17
4
-1
/
+47
*
perf cpu_map: Add perf_event__fprintf_cpu_map function
Jiri Olsa
2015-12-17
2
-0
/
+17
*
perf cpu_map: Add cpu_map__new_event function
Jiri Olsa
2015-12-17
3
-4
/
+64
*
perf cpu_map: Add cpu_map event synthesize function
Jiri Olsa
2015-12-17
6
-0
/
+216
*
perf cpu_map: Add cpu_map user level event
Jiri Olsa
2015-12-17
4
-1
/
+81
*
perf thread_map: Add perf_event__fprintf_thread_map function
Jiri Olsa
2015-12-17
2
-0
/
+17
*
perf thread_map: Add thread_map__new_event function
Jiri Olsa
2015-12-17
3
-0
/
+44
*
perf thread_map: Add thread_map event sythesize function
Jiri Olsa
2015-12-17
5
-0
/
+74
*
perf thread_map: Add thread_map user level event
Jiri Olsa
2015-12-17
4
-1
/
+42
*
perf subcmd: Create subcmd library
Josh Poimboeuf
2015-12-17
64
-2378
/
+71
*
perf tools: Finalize subcmd independence
Josh Poimboeuf
2015-12-17
11
-62
/
+237
[prev]
[next]