index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-24
perf: Some perf-kvm documentation edits
William Cohen
1
-4
/
+5
2010-04-24
perf: Add a perf trace option to check samples ordering reliability
Frederic Weisbecker
1
-0
/
+12
2010-04-24
perf: Use generic sample reordering in perf timechart
Frederic Weisbecker
1
-107
/
+5
2010-04-24
perf: Use generic sample reordering in perf trace
Frederic Weisbecker
1
-0
/
+1
2010-04-24
perf: Use generic sample reordering in perf kmem
Frederic Weisbecker
1
-3
/
+3
2010-04-24
perf: Use generic sample reordering in perf sched
Frederic Weisbecker
1
-4
/
+4
2010-04-24
perf: Generalize perf lock's sample event reordering to the session layer
Frederic Weisbecker
3
-176
/
+210
2010-04-24
perf: Fix initialization bug in parse_single_tracepoint_event()
Stephane Eranian
1
-6
/
+7
2010-04-24
perf lock: Fix state machine to recognize lock sequence
Hitoshi Mitake
1
-68
/
+342
2010-04-22
perf probe: Add PowerPC DWARF register number mappings
Ian Munsie
2
-0
/
+92
2010-04-22
perf: Move arch specific code into separate arch directory
Ian Munsie
5
-59
/
+119
2010-04-21
perf: Fix perf probe build error
Frederic Weisbecker
1
-1
/
+1
2010-04-19
perf: 'perf kvm' tool for monitoring guest performance from host
Zhang, Yanmin
30
-316
/
+1407
2010-04-15
Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...
Ingo Molnar
9
-556
/
+1300
2010-04-15
Merge branch 'perf/live' into perf/core
Ingo Molnar
35
-106
/
+1184
2010-04-15
perf: Make the trace events sample period default to 1
Frederic Weisbecker
2
-14
/
+24
2010-04-15
perf: Always record tracepoints raw samples from perf record
Frederic Weisbecker
2
-11
/
+5
2010-04-15
perf: Make -f the default for perf record
Frederic Weisbecker
2
-16
/
+26
2010-04-15
perf: Fix dynamic field detection
Thomas Gleixner
1
-1
/
+1
2010-04-14
perf probe: Show function entry line as probe-able
Masami Hiramatsu
1
-11
/
+63
2010-04-14
perf probe: Support DW_OP_plus_uconst in DW_AT_data_member_location
Masami Hiramatsu
1
-5
/
+32
2010-04-14
perf probe: Fix line range to show end line
Masami Hiramatsu
1
-3
/
+9
2010-04-14
perf probe: Fix a bug that --line range can be overflow
Masami Hiramatsu
3
-24
/
+24
2010-04-14
perf probe: Fix mis-estimation for shortening filename
Masami Hiramatsu
1
-2
/
+2
2010-04-14
perf probe: Fix to use correct debugfs path finder
Masami Hiramatsu
2
-6
/
+10
2010-04-14
perf probe: Remove xstrdup()/xstrndup() from util/probe-{event, finder}.c
Masami Hiramatsu
2
-61
/
+156
2010-04-14
perf probe: Remove xzalloc() from util/probe-{event, finder}.c
Masami Hiramatsu
2
-25
/
+69
2010-04-14
perf probe: Remove die() from probe-event code
Masami Hiramatsu
3
-229
/
+480
2010-04-14
perf probe: Remove die() from probe-finder code
Masami Hiramatsu
2
-199
/
+322
2010-04-14
perf probe: Support DW_OP_call_frame_cfa in debuginfo
Masami Hiramatsu
2
-3
/
+12
2010-04-14
perf probe: Support basic type casting
Masami Hiramatsu
4
-4
/
+33
2010-04-14
perf probe: Query basic types from debuginfo
Masami Hiramatsu
3
-8
/
+80
2010-04-14
perf probe: Use the last field name as the argument name
Masami Hiramatsu
2
-1
/
+5
2010-04-14
perf probe: Support argument name
Masami Hiramatsu
5
-24
/
+52
2010-04-14
perf tools: Fix accidentally preprocessed snprintf callback
Frederic Weisbecker
3
-41
/
+41
2010-04-14
perf trace: Invoke live mode automatically if record/report not specified
Tom Zanussi
1
-0
/
+59
2010-04-14
perf trace/scripting: Enable scripting shell scripts for live mode
Tom Zanussi
16
-16
/
+47
2010-04-14
perf trace/scripting: Add rwtop and sctop scripts
Tom Zanussi
8
-0
/
+315
2010-04-14
perf: Convert perf header build_ids into build_id events
Tom Zanussi
8
-4
/
+121
2010-04-14
perf: Convert perf tracing data into a tracing_data event
Tom Zanussi
11
-46
/
+170
2010-04-14
perf: Convert perf event types into event type events
Tom Zanussi
8
-8
/
+101
2010-04-14
perf: Convert perf header attrs into attr events
Tom Zanussi
8
-2
/
+136
2010-04-14
perf trace: Introduce special handling for pipe input
Tom Zanussi
1
-1
/
+11
2010-04-14
perf report: Introduce special handling for pipe input
Tom Zanussi
1
-1
/
+11
2010-04-14
perf record: Introduce special handling for pipe output
Tom Zanussi
1
-3
/
+15
2010-04-14
perf: Add pipe-specific header read/write and event processing code
Tom Zanussi
6
-29
/
+202
2010-04-14
perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...
Ian Munsie
22
-52
/
+62
2010-04-09
perf tools: Fix perl support installation when O= is used
Arnaldo Carvalho de Melo
1
-0
/
+1
2010-04-08
perf trace: Ignore "overwrite" field if present in /events/header_page
Arnaldo Carvalho de Melo
1
-15
/
+34
2010-04-08
perf: cleanup some Documentation
Randy Dunlap
2
-5
/
+5
[prev]
[next]