aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-05perf symbols: Remove symbol_filter_t machineryArnaldo Carvalho de Melo21-202/+141
2016-09-05perf test vmlinux: Remove dead symbol_filter_t codeArnaldo Carvalho de Melo1-10/+1
2016-09-05perf machine: Remove machine->symbol_filter and friendsArnaldo Carvalho de Melo5-32/+7
2016-09-05perf top: Remove old kernel-only symbol filterArnaldo Carvalho de Melo1-27/+0
2016-09-05perf symbols: Mark if a symbol is idle in the libraryArnaldo Carvalho de Melo4-14/+25
2016-09-05Merge tag 'perf-core-for-mingo-20160901' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar33-121/+698
2016-09-05Merge branch 'perf/urgent' into perf/core, to pick up fixed and resolve conflictsIngo Molnar8-3/+55
2016-09-03Merge tag 'staging-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1/+1
2016-09-01perf probe: Move dwarf specific functions to dwarf-aux.cRavi Bangoria3-134/+189
2016-09-01perf uprobe: Skip prologue if program compiled without optimizationRavi Bangoria1-0/+165
2016-09-01perf probe: Add helper function to check if probe with variableRavi Bangoria2-7/+17
2016-09-01perf symbols: Fixup symbol sizes before picking best onesArnaldo Carvalho de Melo2-2/+2
2016-09-01perf symbols: Check symbol_conf.allow_aliases for kallsyms loading tooArnaldo Carvalho de Melo2-2/+4
2016-09-01perf test vmlinux: Tolerate symbol aliasesArnaldo Carvalho de Melo1-3/+4
2016-09-01perf test vmlinux: Avoid printing headers for empty listsArnaldo Carvalho de Melo1-7/+22
2016-09-01perf test vmlinux: Clarify which -v lines are errors or warningArnaldo Carvalho de Melo1-9/+9
2016-09-01perf probe: Ignore vmlinux Build-id when offline vmlinux givenMasami Hiramatsu1-7/+8
2016-09-01perf probe: Support probing on offline cross-arch binaryMasami Hiramatsu13-11/+205
2016-09-01perf probe: Ignore vmlinux buildid if offline kernel is givenMasami Hiramatsu4-2/+16
2016-09-01perf probe: Show trace event definitionMasami Hiramatsu4-7/+73
2016-09-01perf config: Show default report configuration in example and docsMilian Wolff2-0/+17
2016-09-01perf symbols: Demangle symbols for synthesized @plt entries.Milian Wolff1-29/+52
2016-09-01perf probe: Do not use map_load filters for functionArnaldo Carvalho de Melo1-19/+10
2016-08-30perf symbols: Rename ->ignore to ->idleArnaldo Carvalho de Melo3-5/+5
2016-08-30perf annotate: Initialize the priv are in symbol__new()Arnaldo Carvalho de Melo7-16/+37
2016-08-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-6/+10
2016-08-24perf tools: Fix error handling of lzma decompressionShawn Lin1-6/+9
2016-08-24perf probe: Remove unused tracing_dir variableMasami Hiramatsu1-3/+2
2016-08-23perf record: Fix spelling mistake "Finshed" -> "Finished"Colin Ian King1-2/+2
2016-08-23perf bpf: Fix typo: "ehough" -> "enough"Colin Ian King1-1/+1
2016-08-23perf test bpf: Fix typo: "ehough" -> "enough"Colin Ian King1-1/+1
2016-08-23perf tools: Fix typo: "ehough" -> "enough"Colin Ian King1-1/+1
2016-08-23ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimalMasami Hiramatsu1-3/+2
2016-08-23perf probe: Use hexadecimal type by default if possibleMasami Hiramatsu1-1/+2
2016-08-23perf probe: Support hexadecimal castingMasami Hiramatsu2-9/+12
2016-08-23perf probe: Add supported for type casting by the running kernelMasami Hiramatsu3-0/+68
2016-08-23ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal typesMasami Hiramatsu1-2/+2
2016-08-23perf hists browser: Remove superfluous null check on mapColin Ian King1-2/+0
2016-08-23perf tools: Skip running the feature tests for 'make install-doc'Rui Teng1-1/+1
2016-08-23perf tools: Use __weak definition from linux/compiler.hRui Teng1-2/+1
2016-08-23perf report: Allow configuring the default sort order in ~/.perfconfigArnaldo Carvalho de Melo4-2/+10
2016-08-23tools: Copy coresight-pmu.h header file needed by perf toolsMathieu Poirier3-0/+43
2016-08-23perf disassemble: Extract logic to find file to pass to objdump to a separate functionArnaldo Carvalho de Melo1-22/+32
2016-08-23perf disassemble: Simplify logic for picking the filename to disassembleArnaldo Carvalho de Melo1-25/+16
2016-08-23perf disassemble: Move check for kallsyms + !kcoreArnaldo Carvalho de Melo1-8/+8
2016-08-23perf hists: Add support for header spanJiri Olsa7-14/+25
2016-08-23perf tools stdio: Display multiple header linesJiri Olsa1-9/+25
2016-08-23perf tools tui: Display multiple header linesJiri Olsa1-8/+17
2016-08-23perf hists: Add line argument into perf_hpp_fmt's header callbackJiri Olsa7-12/+14
2016-08-23perf hists: Introduce nr_header_lines into struct perf_hpp_listJiri Olsa3-3/+14