index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
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 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
|
*
|
perf: Convert perf event types into event type events
Tom Zanussi
2010-04-14
5
-8
/
+92
|
*
|
perf: Convert perf header attrs into attr events
Tom Zanussi
2010-04-14
5
-2
/
+124
|
*
|
perf: Add pipe-specific header read/write and event processing code
Tom Zanussi
2010-04-14
5
-28
/
+201
|
|
/
*
|
perf: Make the trace events sample period default to 1
Frederic Weisbecker
2010-04-15
1
-0
/
+2
*
|
perf: Always record tracepoints raw samples from perf record
Frederic Weisbecker
2010-04-15
1
-10
/
+4
*
|
perf: Fix dynamic field detection
Thomas Gleixner
2010-04-15
1
-1
/
+1
|
/
*
perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...
Ian Munsie
2010-04-14
6
-5
/
+15
*
perf trace: Ignore "overwrite" field if present in /events/header_page
Arnaldo Carvalho de Melo
2010-04-08
1
-15
/
+34
*
perf tools: Reorganize some structs to save space
Arnaldo Carvalho de Melo
2010-04-08
4
-6
/
+6
*
perf TUI: Move "Yes" button to before "No"
Arnaldo Carvalho de Melo
2010-04-08
1
-1
/
+1
*
perf TUI: Show filters on the title and add help line about how to zoom out
Arnaldo Carvalho de Melo
2010-04-08
1
-28
/
+68
*
perf: Swap inclusion order of util.h and string.h in util/string.c
Hitoshi Mitake
2010-04-04
1
-1
/
+1
*
perf TUI: Add a "Zoom into COMM(PID) thread" and reverse operations
Arnaldo Carvalho de Melo
2010-04-03
2
-10
/
+81
*
perf newt: Add a "Zoom into foo.so DSO" and reverse operations
Arnaldo Carvalho de Melo
2010-04-03
2
-32
/
+90
*
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2010-04-03
1
-5
/
+12
|
\
|
*
perf/scripts: Tuple was set from long in both branches in python_process_event()
Tom Zanussi
2010-04-02
1
-5
/
+12
|
*
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2010-03-26
5
-19
/
+23
|
|
\
*
|
\
Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...
Ingo Molnar
2010-04-03
17
-414
/
+614
|
\
\
\
[next]