Age | Commit message (Expand) | Author | Files | Lines |
2010-05-02 | perf tools: Don't use code surrounded by __KERNEL__ | Arnaldo Carvalho de Melo | 7 | -47/+105 |
2010-04-30 | perf test: Initial regression testing command | Arnaldo Carvalho de Melo | 6 | -0/+307 |
2010-04-29 | perf symbols: Add machine helper routines | Arnaldo Carvalho de Melo | 4 | -25/+86 |
2010-04-28 | perf tools: Create $(OUTPUT)arch/$(ARCH)/util/ directory | Arnaldo Carvalho de Melo | 1 | -0/+2 |
2010-04-28 | perf machines: Make the machines class adopt the dsos__fprintf methods | Arnaldo Carvalho de Melo | 7 | -15/+33 |
2010-04-28 | perf machine: Adopt some map_groups functions | Arnaldo Carvalho de Melo | 8 | -81/+74 |
2010-04-28 | perf machine: Pass buffer size to machine__mmap_name | Arnaldo Carvalho de Melo | 4 | -11/+11 |
2010-04-28 | perf tools: Rename "kernel_info" to "machine" | Arnaldo Carvalho de Melo | 16 | -287/+280 |
2010-04-27 | Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin... | Ingo Molnar | 8 | -26/+48 |
2010-04-26 | perf tools: Fix libdw-dev package name in error message | Stefan Hajnoczi | 1 | -1/+1 |
2010-04-26 | perf probe: Add --max-probes option | Masami Hiramatsu | 6 | -17/+33 |
2010-04-26 | perf probe: Fix to exit callback soon after finding too many probe points | Masami Hiramatsu | 1 | -0/+4 |
2010-04-26 | perf probe: Fix to use symtab only if no debuginfo | Masami Hiramatsu | 1 | -8/+9 |
2010-04-26 | perf tools: Initialize dso->node member in dso__new | Masami Hiramatsu | 1 | -0/+1 |
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-15 | perf probe: Show function entry line as probe-able | Masami Hiramatsu | 1 | -11/+63 |
2010-04-15 | perf probe: Support DW_OP_plus_uconst in DW_AT_data_member_location | Masami Hiramatsu | 1 | -5/+32 |
2010-04-15 | perf probe: Fix line range to show end line | Masami Hiramatsu | 1 | -3/+9 |
2010-04-15 | perf probe: Fix a bug that --line range can be overflow | Masami Hiramatsu | 3 | -24/+24 |
2010-04-15 | perf probe: Fix mis-estimation for shortening filename | Masami Hiramatsu | 1 | -2/+2 |
2010-04-15 | perf probe: Fix to use correct debugfs path finder | Masami Hiramatsu | 2 | -6/+10 |
2010-04-15 | perf probe: Remove xstrdup()/xstrndup() from util/probe-{event, finder}.c | Masami Hiramatsu | 2 | -61/+156 |
2010-04-15 | perf probe: Remove xzalloc() from util/probe-{event, finder}.c | Masami Hiramatsu | 2 | -25/+69 |
2010-04-15 | perf probe: Remove die() from probe-event code | Masami Hiramatsu | 3 | -229/+480 |
2010-04-15 | perf probe: Remove die() from probe-finder code | Masami Hiramatsu | 2 | -199/+322 |
2010-04-15 | perf probe: Support DW_OP_call_frame_cfa in debuginfo | Masami Hiramatsu | 2 | -3/+12 |
2010-04-15 | perf probe: Support basic type casting | Masami Hiramatsu | 4 | -4/+33 |
2010-04-15 | perf probe: Query basic types from debuginfo | Masami Hiramatsu | 3 | -8/+80 |
2010-04-15 | perf probe: Use the last field name as the argument name | Masami Hiramatsu | 2 | -1/+5 |
2010-04-15 | 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 |