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: Don't include sys/poll.h directly
Arnaldo Carvalho de Melo
2014-09-17
3
-3
/
+3
*
perf tools: Fix GNU-only grep usage in Makefile
John Spencer
2014-09-17
1
-1
/
+1
*
perf tools: Disable kernel symbol demangling by default
Avi Kivity
2014-09-17
9
-1
/
+23
*
perf tool: fix compilation for ARM
Stephane Eranian
2014-09-17
2
-0
/
+2
*
perf tools: Add perf_pmu__scan_file()
Adrian Hunter
2014-09-17
2
-0
/
+40
*
perf tools: Let default config be defined for a PMU
Adrian Hunter
2014-09-17
4
-19
/
+41
*
perf tools: Add perf-with-kcore script
Adrian Hunter
2014-09-17
3
-1
/
+264
*
perf tools: Let a user specify a PMU event without any config terms
Adrian Hunter
2014-09-17
2
-0
/
+16
*
perf tools: Allow to specify lib compile variable for spec usage
Jiri Olsa
2014-09-17
1
-0
/
+2
*
perf kvm stat report: Unify the title bar output
Alexander Yarygin
2014-09-17
1
-8
/
+6
*
perf kvm stat report: Enable the target.system_wide flag
Alexander Yarygin
2014-09-17
1
-0
/
+3
*
perf kvm stat report: Save pid string in opts.target.pid
Alexander Yarygin
2014-09-17
2
-4
/
+3
*
perf tools powerpc: Fix build issue when DWARF support is disabled
Anton Blanchard
2014-09-17
2
-5
/
+7
*
perf tools: Add +field argument support for --sort option
Jiri Olsa
2014-09-17
1
-1
/
+36
*
perf hists browser: Consolidate callchain print functions in TUI
Namhyung Kim
2014-08-24
1
-123
/
+80
*
perf tools: Add +field argument support for --field option
Jiri Olsa
2014-08-24
3
-7
/
+22
*
perf top: Use set_term_quiet() instead of open coded equivalent
Jiri Olsa
2014-08-24
1
-7
/
+2
*
perf machine: Fallback to MAP__FUNCTION if daddr maps are NULL
Don Zickus
2014-08-22
1
-0
/
+10
*
perf hists browser: Cleanup callchain print functions
Namhyung Kim
2014-08-22
1
-83
/
+29
*
perf tools: Add machine__kernel_ip()
Adrian Hunter
2014-08-22
3
-3
/
+43
*
perf machine: Rename machine__get_kernel_start_addr() method
Adrian Hunter
2014-08-22
1
-4
/
+4
*
perf scripting: Add 'flush' callback to scripting API
Adrian Hunter
2014-08-22
5
-0
/
+33
*
perf tests: Add a test for tracking with sched_switch
Adrian Hunter
2014-08-22
4
-0
/
+578
*
perf hists browser: Factor out hist_browser__show_callchain_entry()
Namhyung Kim
2014-08-20
1
-31
/
+33
*
perf hists browser: Fix children overhead dump
Namhyung Kim
2014-08-20
1
-1
/
+1
*
perf hists browser: Get rid of unused 'remaining' variable
Namhyung Kim
2014-08-20
1
-8
/
+2
*
perf tools powerpc: Explicitly include util/debug.h
Sukadev Bhattiprolu
2014-08-20
1
-0
/
+1
*
perf symbols: Don't try to find DSOs in SYSV maps
Don Zickus
2014-08-20
1
-0
/
+1
*
perf stat: Use strerror_r instead of strerror
Masami Hiramatsu
2014-08-15
1
-1
/
+1
*
perf help: Use strerror_r instead of strerror
Masami Hiramatsu
2014-08-15
1
-4
/
+16
*
perf kvm: Use strerror_r instead of strerror
Masami Hiramatsu
2014-08-15
1
-2
/
+5
*
perf buildid-cache: Use strerror_r instead of strerror
Masami Hiramatsu
2014-08-15
1
-3
/
+4
*
perf sched: Use strerror_r instead of strerror
Masami Hiramatsu
2014-08-15
1
-1
/
+3
*
perf test: Use strerror_r instead of strerror
Masami Hiramatsu
2014-08-15
9
-19
/
+38
*
perf record: Use strerror_r instead of strerror
Masami Hiramatsu
2014-08-15
1
-3
/
+4
*
perf trace: Use strerror_r instead of strerror
Masami Hiramatsu
2014-08-15
1
-2
/
+4
*
perf top: Use strerror_r instead of strerror
Masami Hiramatsu
2014-08-15
1
-1
/
+1
*
perf util: Replace strerror with strerror_r for thread-safety
Masami Hiramatsu
2014-08-15
8
-14
/
+36
*
perf probe: Make error messages thread-safe
Masami Hiramatsu
2014-08-15
3
-16
/
+24
*
perf: Use strerror_r instead of strerror
Masami Hiramatsu
2014-08-15
2
-3
/
+10
*
perf probe: Don't use strerror if strlist__add failed
Masami Hiramatsu
2014-08-15
1
-2
/
+4
*
perf report: Relax -g option parsing not to limit the option order
Namhyung Kim
2014-08-15
1
-57
/
+38
*
perf tools: Annotate PMU related list_head members with type info
Cody P Schafer
2014-08-15
2
-5
/
+5
*
perf tools: Add arm64 triplets
Elliott Hughes
2014-08-15
1
-0
/
+9
*
perf annotate: Don't truncate Intel style addresses
Alex Converse
2014-08-15
1
-3
/
+9
*
perf probe: Warn user to rebuild target with debuginfo
Masami Hiramatsu
2014-08-15
1
-18
/
+23
*
perf evlist: Add perf_evlist__enable_event_idx()
Adrian Hunter
2014-08-13
2
-0
/
+49
*
perf tools: Add flags and insn_len to struct sample
Adrian Hunter
2014-08-13
1
-0
/
+2
*
perf machine: Add machine__thread_exec_comm()
Adrian Hunter
2014-08-13
3
-1
/
+53
*
perf tools: Identify which comms are from exec
Adrian Hunter
2014-08-13
5
-11
/
+40
[prev]
[next]