summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2016-12-07perf callchain: Introduce callchain_cursor__copy()Namhyung Kim2-0/+30
2016-12-05perf annotate: Show raw form for jump instruction with indirect targetRavi Bangoria1-0/+3
2016-12-05perf clang: Compile BPF script using builtin clang supportWang Nan3-4/+66
2016-12-05perf clang: Support compile IR to BPF object and add testcaseWang Nan4-6/+74
2016-12-05perf clang: Update test case to use real BPF scriptWang Nan2-3/+40
2016-12-05perf clang: Allow passing CFLAGS to builtin clangWang Nan3-12/+22
2016-12-05perf clang: Use real file system for #includeWang Nan2-12/+35
2016-12-05perf clang: Add builtin clang support ant test caseWang Nan6-0/+163
2016-12-05perf llvm: Extract helpers in llvm-utils.cWang Nan3-18/+68
2016-12-05perf tools: Pass context to perf hook functionsWang Nan2-5/+11
2016-12-01perf annotate: AArch64 supportKim Phillips1-0/+5
2016-12-01perf annotate: Use arch->objdump.comment_char in dec__parse()Kim Phillips1-1/+1
2016-12-01perf tools: Move parse_nsec_time to time-utils.cDavid Ahern4-36/+37
2016-12-01perf tools: Add time-based utility functionsDavid Ahern3-0/+98
2016-11-29perf script: Add option to stop printing callchainDavid Ahern3-2/+20
2016-11-29perf tools: Introduce perf hooksWang Nan4-0/+126
2016-11-25perf tools: Add missing struct definition in probe_event.hWang Nan1-0/+2
2016-11-25perf record: Fix segfault when running with suid and kptr_restrict is 1Wang Nan1-1/+1
2016-11-25perf tools: Fix kernel version error in ubuntuWang Nan1-2/+53
2016-11-25perf sched timehist: Mark schedule function in callchainsNamhyung Kim1-0/+1
2016-11-25perf callchain: Add option to skip ignore symbol when printing callchainsNamhyung Kim2-1/+7
2016-11-25perf annotate: Initial PowerPC supportRavi Bangoria1-0/+5
2016-11-25perf annotate: Improve support for ARMArnaldo Carvalho de Melo1-7/+2
2016-11-25perf annotate: Allow arches to have a init routine and a priv areaArnaldo Carvalho de Melo1-0/+11
2016-11-25perf annotate: Introduce alternative method of keeping instructions tableArnaldo Carvalho de Melo1-1/+62
2016-11-25perf annotate: Remove duplicate 'name' field from disasm_lineArnaldo Carvalho de Melo2-48/+42
2016-11-24Merge tag 'perf-core-for-mingo-20161123' of git://git.kernel.org/pub/scm/linu...Ingo Molnar9-138/+165
2016-11-24Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar1-6/+6
2016-11-23perf evsel: Support printing callchains with arrowsNamhyung Kim2-0/+7
2016-11-23perf symbols: Print symbol offsets conditionallyNamhyung Kim3-8/+12
2016-11-23perf c2c report: Add struct c2c_stats::tot_hitm fieldJiri Olsa2-2/+11
2016-11-23perf tools: Show event fd in debug outputJiri Olsa1-2/+4
2016-11-17perf annotate: Add per arch instructions annotate handlersArnaldo Carvalho de Melo1-106/+30
2016-11-17perf annotate: Allow arches to specify functions to skipArnaldo Carvalho de Melo1-4/+5
2016-11-17perf annotate: Start supporting cross arch annotationArnaldo Carvalho de Melo2-20/+100
2016-11-14perf report: Calculate and return the branch flag countingJin Yao2-1/+202
2016-11-14perf report: Create a symbol_conf flag for showing branch flag countingJin Yao1-0/+1
2016-11-14perf report: Add branch flag to callchain cursor nodeJin Yao3-18/+86
2016-11-14perf config: Mark where are config items from (user or system)Taeung Song2-2/+18
2016-11-14perf config: Add support setting variables in a config fileTaeung Song2-0/+8
2016-11-09perf hists: Fix column length on --hierarchyNamhyung Kim1-6/+6
2016-11-07perf callchain: Fixup help/config for no-unwindingRabin Vincent2-6/+0
2016-10-28perf tools: Add missing object file to the python binding linkage listArnaldo Carvalho de Melo2-1/+2
2016-10-28perf scripting: Don't die if scripting can't be setup, disable itArnaldo Carvalho de Melo1-18/+15
2016-10-28perf scripting: Avoid leaking the scripting_context variableArnaldo Carvalho de Melo1-2/+4
2016-10-28perf list: Support matching by topicAndi Kleen1-1/+3
2016-10-28perf tools: Introduce timestamp__scnprintf_usec()Namhyung Kim2-0/+11
2016-10-24perf list: Make vendor event matching case insensitiveAndi Kleen3-7/+19
2016-10-24perf tools: Use normal error reporting when processing PERF_RECORD_READ eventsArnaldo Carvalho de Melo2-24/+61
2016-10-24perf tools: Normalize sq_quote_argv() error reportingArnaldo Carvalho de Melo1-1/+1