Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | perf probe: Make -L display the absolute path of the dumped file | Franck Bui-Huu | 2010-12-21 | 1 | -1/+1 | |
| | * | | | | | perf probe: Cleanup messages | Masami Hiramatsu | 2010-12-21 | 2 | -34/+38 | |
| | * | | | | | perf symbols: Add symfs option for off-box analysis using specified tree | David Ahern | 2010-12-21 | 9 | -19/+81 | |
| | * | | | | | perf record,report,annotate,diff: Process events in order | Ian Munsie | 2010-12-21 | 4 | -1/+10 | |
| | * | | | | | perf session: Fallback to unordered processing if no sample_id_all | Ian Munsie | 2010-12-21 | 14 | -15/+31 | |
| * | | | | | | Merge commit 'v2.6.37-rc7' into perf/core | Ingo Molnar | 2010-12-22 | 441 | -3146/+4222 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | perf, x86: Provide a PEBS capable cycle event | Peter Zijlstra | 2010-12-16 | 1 | -0/+26 | |
| * | | | | | | perf: Sysfs enumeration | Peter Zijlstra | 2010-12-16 | 2 | -1/+95 | |
| * | | | | | | perf: Dynamic pmu types | Peter Zijlstra | 2010-12-16 | 10 | -15/+54 | |
| * | | | | | | init: Initialized IDR earlier | Peter Zijlstra | 2010-12-16 | 1 | -1/+1 | |
| * | | | | | | perf: Move perf_event_init() into main.c | Peter Zijlstra | 2010-12-16 | 2 | -2/+2 | |
| * | | | | | | perf, x86: Detect broken BIOSes that corrupt the PMU | Peter Zijlstra | 2010-12-16 | 1 | -6/+42 | |
| * | | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-12-16 | 63 | -220/+905 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | x86, watchdog: Compile fix when CONFIG_LOCAL_APIC not enabled | Don Zickus | 2010-12-13 | 1 | -0/+3 | |
| * | | | | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm... | Ingo Molnar | 2010-12-10 | 8 | -66/+127 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | perf session: Remove unneeded dump_printf calls | Arnaldo Carvalho de Melo | 2010-12-09 | 1 | -12/+11 | |
| | * | | | | | | | perf session: Split out user event processing | Thomas Gleixner | 2010-12-09 | 1 | -18/+24 | |
| | * | | | | | | | perf session: Split out sample preprocessing | Thomas Gleixner | 2010-12-09 | 1 | -15/+25 | |
| | * | | | | | | | perf session: Move dump code to event delivery path | Thomas Gleixner | 2010-12-09 | 1 | -5/+5 | |
| | * | | | | | | | perf session: Add file_offset to event delivery function | Thomas Gleixner | 2010-12-09 | 1 | -4/+8 | |
| | * | | | | | | | perf session: Store file offset in sample_queue | Thomas Gleixner | 2010-12-09 | 1 | -2/+5 | |
| | * | | | | | | | perf session: Consolidate the dump code | Thomas Gleixner | 2010-12-09 | 2 | -25/+40 | |
| | * | | | | | | | perf session: Dont queue events w/o timestamps | Thomas Gleixner | 2010-12-09 | 1 | -1/+1 | |
| | * | | | | | | | perf event: Prevent unbound event__name array access | Thomas Gleixner | 2010-12-09 | 4 | -6/+19 | |
| | * | | | | | | | perf report: Allow user to specify path to kallsyms file | David Ahern | 2010-12-09 | 4 | -2/+13 | |
| * | | | | | | | | perf, sparc: Fix CONFIG_PERF_EVENTS=y build error | Ingo Molnar | 2010-12-10 | 1 | -1/+1 | |
| * | | | | | | | | x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctls | Don Zickus | 2010-12-10 | 6 | -18/+30 | |
| * | | | | | | | | lockup detector: Compile fixes from removing the old x86 nmi watchdog | Don Zickus | 2010-12-10 | 2 | -2/+10 | |
| |/ / / / / / / | ||||||
| * | | | | | | | x86: Address 'unused' warning in hw_nmi.c again | Rakib Mullick | 2010-12-09 | 1 | -1/+1 | |
| * | | | | | | | perf: Stop all counters on reboot | Peter Zijlstra | 2010-12-08 | 1 | -1/+23 | |
| * | | | | | | | perf, amd: Remove the nb lock | Peter Zijlstra | 2010-12-08 | 1 | -13/+3 | |
| * | | | | | | | perf makefile: Allow strong and weak functions in LIB_OBJS | Ian Munsie | 2010-12-07 | 1 | -1/+1 | |
| * | | | | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm... | Ingo Molnar | 2010-12-07 | 24 | -379/+787 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | perf tools: Catch a few uncheck calloc/malloc's | Chris Samuel | 2010-12-06 | 5 | -0/+15 | |
| | * | | | | | | | perf script: Fix compiler warning in builtin_script.c:is_top_script() | Stephane Eranian | 2010-12-06 | 1 | -5/+5 | |
| | * | | | | | | | perf session: Sort all events if ordered_samples=true | Thomas Gleixner | 2010-12-06 | 1 | -53/+72 | |
| | * | | | | | | | perf options: add OPT_CALLBACK_DEFAULT_NOOPT | Akihiro Nagai | 2010-12-06 | 1 | -0/+4 | |
| | * | | | | | | | perf hist: Better displaying of unresolved DSOs and symbols | Ian Munsie | 2010-12-06 | 1 | -3/+3 | |
| | * | | | | | | | perf tools: Ask for ID PERF_SAMPLE_ info on all PERF_RECORD_ events | Arnaldo Carvalho de Melo | 2010-12-04 | 9 | -100/+315 | |
| | * | | | | | | | perf session: Parse sample earlier | Arnaldo Carvalho de Melo | 2010-12-04 | 18 | -192/+236 | |
| | * | | | | | | | perf events: Make sample_type identity fields available in all PERF_RECORD_ e... | Arnaldo Carvalho de Melo | 2010-12-04 | 2 | -18/+102 | |
| | * | | | | | | | perf events: Separate the routines handling the PERF_SAMPLE_ identity fields | Arnaldo Carvalho de Melo | 2010-12-04 | 2 | -54/+76 | |
| | * | | | | | | | perf events: Fix event inherit fallout of precalculated headers | Thomas Gleixner | 2010-12-04 | 1 | -0/+5 | |
| * | | | | | | | | Merge commit 'v2.6.37-rc5' into perf/core | Ingo Molnar | 2010-12-07 | 589 | -6735/+14256 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | kprobes: Use text_poke_smp_batch for unoptimizing | Masami Hiramatsu | 2010-12-06 | 3 | -6/+46 | |
| * | | | | | | | | | kprobes: Use text_poke_smp_batch for optimizing | Masami Hiramatsu | 2010-12-06 | 3 | -19/+69 | |
| * | | | | | | | | | x86: Introduce text_poke_smp_batch() for batch-code modifying | Masami Hiramatsu | 2010-12-06 | 2 | -9/+47 | |
| * | | | | | | | | | kprobes: Reuse unused kprobe | Masami Hiramatsu | 2010-12-06 | 1 | -2/+30 | |
| * | | | | | | | | | kprobes: Support delayed unoptimizing | Masami Hiramatsu | 2010-12-06 | 2 | -77/+237 | |
| * | | | | | | | | | kprobes: Separate kprobe optimizing code from optimizer | Masami Hiramatsu | 2010-12-06 | 1 | -17/+26 |