summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2014-02-18perf callchain: Introduce HAVE_DWARF_UNWIND_SUPPORT macroJiri Olsa5-10/+13
2014-02-18perf callchain: Rename unwind__arch_reg_id into libunwind__arch_reg_idJiri Olsa4-5/+5
2014-02-18perf callchain: Separate libunwind code to special objectJiri Olsa6-3/+3
2014-02-18perf callchain: Add mask into struct regs_dumpJiri Olsa10-37/+32
2014-02-18perf callchain: Do not report zero address in unwindJiri Olsa1-1/+1
2014-02-18perf tools: Fix dwarf unwind max_stack processingJiri Olsa1-1/+1
2014-02-18perf tests x86: Add dwarf unwind testJiri Olsa7-0/+232
2014-02-18perf tests x86: Introduce perf_regs_load functionJiri Olsa3-0/+95
2014-02-18perf tools: Fix memory leak in event_format__print functionJiri Olsa1-0/+1
2014-02-18perf record: Add readable output for callchain debugJiri Olsa2-2/+5
2014-02-18perf tools: Add call-graph option support into .perfconfigJiri Olsa4-1/+30
2014-02-18perf tools: Put proper period for for samples without PERIOD sample_typeJiri Olsa1-1/+1
2014-02-18perf report: Remove some needless container_of usageArnaldo Carvalho de Melo1-9/+6
2014-02-18perf tools: Shorten sample symbol resolving function signatureArnaldo Carvalho de Melo4-13/+10
2014-02-18perf tools: Shorten sample symbol resolving function signatureArnaldo Carvalho de Melo4-11/+9
2014-02-18perf report: Use al->cpumode where applicableArnaldo Carvalho de Melo1-5/+3
2014-02-18Merge remote-tracking branch 'acme/perf/urgent' into perf/coreArnaldo Carvalho de Melo4-3/+44
2014-02-14perf trace: Fix ioctl 'request' beautifier build problems on !(i386 || x86_64...Arnaldo Carvalho de Melo1-0/+18
2014-02-10perf trace: Add fallback definition of EFD_SEMAPHOREBen Hutchings1-0/+4
2014-02-10perf list: Fix checking for supported events on older kernelsVince Weaver1-2/+15
2014-02-10perf tools: Handle PERF_RECORD_HEADER_EVENT_TYPE properlyJiri Olsa1-0/+6
2014-02-10perf probe: Do not add offset twice to uprobe addressMasami Hiramatsu1-1/+1
2014-02-09Merge branch 'linus' into perf/coreIngo Molnar18-224/+2792
2014-02-02Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds3-200/+244
2014-02-02tools/power turbostat: introduce -s to dump countersAndy Shevchenko1-33/+65
2014-02-02tools/power turbostat: remove unused command line optionAndy Shevchenko1-3/+3
2014-02-01perf buildid-cache: Check relocation when checking for existing kcoreAdrian Hunter1-4/+29
2014-02-01perf tools: Adjust kallsyms for relocated kernelAdrian Hunter1-2/+38
2014-02-01perf tests: No need to set up ref_reloc_symAdrian Hunter1-10/+0
2014-02-01perf symbols: Prevent the use of kcore if the kernel has movedAdrian Hunter1-4/+21
2014-02-01perf record: Get ref_reloc_sym from kernel mapAdrian Hunter3-30/+9
2014-02-01perf machine: Set up ref_reloc_sym in machine__create_kernel_maps()Adrian Hunter2-0/+25
2014-02-01perf machine: Add machine__get_kallsyms_filename()Adrian Hunter1-8/+11
2014-02-01perf tools: Add kallsyms__get_function_start()Adrian Hunter2-3/+18
2014-02-01perf symbols: Fix symbol annotation for relocated kernelAdrian Hunter3-2/+6
2014-02-01perf tools: Fix include for non x86 architecturesFrancesco Fusco1-0/+6
2014-01-29perf tools: Fix AAAAARGH64 memory barriersPeter Zijlstra1-2/+2
2014-01-27perf tools: Demangle kernel and kernel module symbols tooAvi Kivity1-1/+1
2014-01-26perf/doc: Remove mention of non-existent set_perf_event_pending() from design...Baruch Siach1-1/+0
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-2/+2382
2014-01-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds12-18/+51
2014-01-25Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-20/+152
2014-01-24test: check copy_to/from_user boundary validationKees Cook2-0/+14
2014-01-23perf symbols: Load map before using map->map_ip()Masami Hiramatsu1-1/+2
2014-01-23perf tools: Fix traceevent plugin path definitionsJosh Boyer2-2/+2
2014-01-23Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar10-15/+47
2014-01-21perf symbols: Fix JIT symbol resolution on heapNamhyung Kim1-2/+2
2014-01-21Merge tag 'char-misc-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+0
2014-01-20perf stat: Fix memory corruption of xyarray when cpumask is usedStephane Eranian1-2/+5
2014-01-20perf evsel: Remove duplicate member zeroing after freeStephane Eranian1-1/+0