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
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
perf callchain: Move validate_callchain to callchain lib
Arnaldo Carvalho de Melo
2010-05-09
2
-0
/
+10
|
/
/
*
|
Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...
Ingo Molnar
2010-05-08
1
-1
/
+2
|
\
\
|
*
|
perf list: Improve the raw hw event descriptor documentation
Arnaldo Carvalho de Melo
2010-05-07
1
-1
/
+2
*
|
|
perf, x86: Improve the PEBS ABI
Peter Zijlstra
2010-05-07
1
-9
/
+16
|
/
/
*
|
perf list: Add explanation about raw hardware event descriptors
Arnaldo Carvalho de Melo
2010-05-05
1
-1
/
+1
*
|
perf/record: simplify TRACE_INFO tracepoint check
Tom Zanussi
2010-05-05
1
-1
/
+7
*
|
perf report: Make dso__calc_col_width agree with hist_entry__dso_snprintf
Arnaldo Carvalho de Melo
2010-05-05
1
-2
/
+4
*
|
Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...
Ingo Molnar
2010-05-04
4
-1
/
+15
|
\
\
|
*
|
perf: Fix performance issue with perf report
Anton Blanchard
2010-05-04
2
-0
/
+9
|
*
|
perf: record TRACE_INFO only if using tracepoints and SAMPLE_RAW
Tom Zanussi
2010-05-03
3
-1
/
+6
*
|
|
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...
Ingo Molnar
2010-05-03
3
-95
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
perf: Fix warning while reading ring buffer headers
Frederic Weisbecker
2010-05-01
3
-95
/
+7
*
|
|
perf: add perf-inject builtin
Tom Zanussi
2010-05-02
5
-12
/
+50
*
|
|
perf/live: don't synthesize build ids at the end of a live mode trace
Tom Zanussi
2010-05-02
2
-63
/
+0
*
|
|
perf tools: Don't use code surrounded by __KERNEL__
Arnaldo Carvalho de Melo
2010-05-02
6
-32
/
+104
|
/
/
*
|
perf symbols: Add machine helper routines
Arnaldo Carvalho de Melo
2010-04-29
3
-24
/
+85
*
|
perf machines: Make the machines class adopt the dsos__fprintf methods
Arnaldo Carvalho de Melo
2010-04-27
3
-11
/
+29
*
|
perf machine: Adopt some map_groups functions
Arnaldo Carvalho de Melo
2010-04-27
7
-78
/
+73
*
|
perf machine: Pass buffer size to machine__mmap_name
Arnaldo Carvalho de Melo
2010-04-27
4
-11
/
+11
*
|
perf tools: Rename "kernel_info" to "machine"
Arnaldo Carvalho de Melo
2010-04-27
10
-253
/
+249
*
|
Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...
Ingo Molnar
2010-04-27
5
-24
/
+36
|
\
\
|
*
|
perf probe: Add --max-probes option
Masami Hiramatsu
2010-04-26
4
-16
/
+22
|
*
|
perf probe: Fix to exit callback soon after finding too many probe points
Masami Hiramatsu
2010-04-26
1
-0
/
+4
|
*
|
perf probe: Fix to use symtab only if no debuginfo
Masami Hiramatsu
2010-04-26
1
-8
/
+9
|
*
|
perf tools: Initialize dso->node member in dso__new
Masami Hiramatsu
2010-04-26
1
-0
/
+1
*
|
|
perf: Generalize perf lock's sample event reordering to the session layer
Frederic Weisbecker
2010-04-24
2
-1
/
+188
*
|
|
perf: Fix initialization bug in parse_single_tracepoint_event()
Stephane Eranian
2010-04-24
1
-6
/
+7
|
/
/
*
|
perf: Move arch specific code into separate arch directory
Ian Munsie
2010-04-22
2
-53
/
+10
*
|
perf: Fix perf probe build error
Frederic Weisbecker
2010-04-21
1
-1
/
+1
*
|
perf: 'perf kvm' tool for monitoring guest performance from host
Zhang, Yanmin
2010-04-19
16
-292
/
+1049
*
|
Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...
Ingo Molnar
2010-04-15
7
-527
/
+1240
|
\
\
|
*
|
perf probe: Show function entry line as probe-able
Masami Hiramatsu
2010-04-14
1
-11
/
+63
|
*
|
perf probe: Support DW_OP_plus_uconst in DW_AT_data_member_location
Masami Hiramatsu
2010-04-14
1
-5
/
+32
|
*
|
perf probe: Fix line range to show end line
Masami Hiramatsu
2010-04-14
1
-3
/
+9
|
*
|
perf probe: Fix a bug that --line range can be overflow
Masami Hiramatsu
2010-04-14
3
-24
/
+24
|
*
|
perf probe: Fix mis-estimation for shortening filename
Masami Hiramatsu
2010-04-14
1
-2
/
+2
|
*
|
perf probe: Fix to use correct debugfs path finder
Masami Hiramatsu
2010-04-14
1
-2
/
+10
|
*
|
perf probe: Remove xstrdup()/xstrndup() from util/probe-{event, finder}.c
Masami Hiramatsu
2010-04-14
2
-61
/
+156
|
*
|
perf probe: Remove xzalloc() from util/probe-{event, finder}.c
Masami Hiramatsu
2010-04-14
2
-25
/
+69
|
*
|
perf probe: Remove die() from probe-event code
Masami Hiramatsu
2010-04-14
2
-207
/
+432
|
*
|
perf probe: Remove die() from probe-finder code
Masami Hiramatsu
2010-04-14
2
-199
/
+322
|
*
|
perf probe: Support DW_OP_call_frame_cfa in debuginfo
Masami Hiramatsu
2010-04-14
2
-3
/
+12
|
*
|
perf probe: Support basic type casting
Masami Hiramatsu
2010-04-14
3
-3
/
+31
|
*
|
perf probe: Query basic types from debuginfo
Masami Hiramatsu
2010-04-14
3
-8
/
+80
|
*
|
perf probe: Use the last field name as the argument name
Masami Hiramatsu
2010-04-14
1
-0
/
+4
|
*
|
perf probe: Support argument name
Masami Hiramatsu
2010-04-14
3
-21
/
+41
|
*
|
perf tools: Fix accidentally preprocessed snprintf callback
Frederic Weisbecker
2010-04-14
3
-41
/
+41
*
|
|
Merge branch 'perf/live' into perf/core
Ingo Molnar
2010-04-15
8
-81
/
+672
|
\
\
\
|
*
|
|
perf: Convert perf header build_ids into build_id events
Tom Zanussi
2010-04-14
5
-1
/
+107
|
*
|
|
perf: Convert perf tracing data into a tracing_data event
Tom Zanussi
2010-04-14
8
-46
/
+152
[prev]
[next]