summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-24perf tests: Add pmu-bison.o make testJiri Olsa
2014-02-24perf tests: Fix *.o make testsJiri Olsa
2014-02-22Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2014-02-21perf/x86/uncore: use MiB unit for events for SNB/IVB/HSW IMCStephane Eranian
2014-02-21perf/x86/uncore: add hrtimer to SNB uncore IMC PMUStephane Eranian
2014-02-21perf/x86/uncore: add SNB/IVB/HSW client uncore memory controller supportStephane Eranian
2014-02-21perf/x86/uncore: move uncore_event_to_box() and uncore_pmu_to_box()Stephane Eranian
2014-02-21perf/x86/uncore: make hrtimer timeout configurable per boxStephane Eranian
2014-02-21perf/x86/uncore: add PCI ids for SNB/IVB/HSW IMCStephane Eranian
2014-02-21perf/x86/uncore: add ability to customize pmu callbacksStephane Eranian
2014-02-21perf/x86/uncore: fix initialization of cpumaskStephane Eranian
2014-02-21perf/x86: Warn to early_printk() in case irq_work is too slowPeter Zijlstra
2014-02-18perf probe: Support distro-style debuginfo for uprobeMasami Hiramatsu
2014-02-18perf probe: Allow to add events on the local functionsMasami Hiramatsu
2014-02-18perf probe: Show source-level or symbol-level info for uprobesMasami Hiramatsu
2014-02-18perf probe: Show appropriate symbol for ref_reloc_sym based kprobesMasami Hiramatsu
2014-02-18perf probe: Find given address from offline dwarfMasami Hiramatsu
2014-02-18perf probe: Use ref_reloc_sym based address instead of the symbol nameMasami Hiramatsu
2014-02-18perf probe: Show in what binaries/modules probes are setMasami Hiramatsu
2014-02-18perf probe: Unify show_available_functions for uprobes/kprobesMasami Hiramatsu
2014-02-18perf probe: Replace line_list with intlistMasami Hiramatsu
2014-02-18perf probe: Remove incorrect symbol check for --listMasami Hiramatsu
2014-02-18perf probe: Fix to do exit call for symbol mapsMasami Hiramatsu
2014-02-18perf symbols: No need to export dso__first_symbolArnaldo Carvalho de Melo
2014-02-18perf tools: Drop prefetch.hBorislav Petkov
2014-02-18perf tools: Move hash.h headerBorislav Petkov
2014-02-18perf tools: Move fs.* to lib/api/fs/Borislav Petkov
2014-02-18perf callchain: Separate perf_reg_value function in perf_regs objectJiri Olsa
2014-02-18perf callchain: Introduce HAVE_DWARF_UNWIND_SUPPORT macroJiri Olsa
2014-02-18perf callchain: Rename unwind__arch_reg_id into libunwind__arch_reg_idJiri Olsa
2014-02-18perf callchain: Separate libunwind code to special objectJiri Olsa
2014-02-18perf callchain: Add mask into struct regs_dumpJiri Olsa
2014-02-18perf callchain: Do not report zero address in unwindJiri Olsa
2014-02-18perf tools: Fix dwarf unwind max_stack processingJiri Olsa
2014-02-18perf tests x86: Add dwarf unwind testJiri Olsa
2014-02-18perf tests x86: Introduce perf_regs_load functionJiri Olsa
2014-02-18perf tools: Fix memory leak in event_format__print functionJiri Olsa
2014-02-18perf record: Add readable output for callchain debugJiri Olsa
2014-02-18perf tools: Add call-graph option support into .perfconfigJiri Olsa
2014-02-18perf tools: Put proper period for for samples without PERIOD sample_typeJiri Olsa
2014-02-18perf report: Remove some needless container_of usageArnaldo Carvalho de Melo
2014-02-18perf tools: Shorten sample symbol resolving function signatureArnaldo Carvalho de Melo
2014-02-18perf tools: Shorten sample symbol resolving function signatureArnaldo Carvalho de Melo
2014-02-18perf report: Use al->cpumode where applicableArnaldo Carvalho de Melo
2014-02-18Merge remote-tracking branch 'acme/perf/urgent' into perf/coreArnaldo Carvalho de Melo
2014-02-13perf trace: Fix ioctl 'request' beautifier build problems on !(i386 || x86_64...Arnaldo Carvalho de Melo
2014-02-10perf trace: Add fallback definition of EFD_SEMAPHOREBen Hutchings
2014-02-10perf list: Fix checking for supported events on older kernelsVince Weaver
2014-02-10perf tools: Handle PERF_RECORD_HEADER_EVENT_TYPE properlyJiri Olsa
2014-02-10perf probe: Do not add offset twice to uprobe addressMasami Hiramatsu