summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
* perf tools: Introduce perf hooksWang Nan2016-11-294-0/+126
* perf tools: Add missing struct definition in probe_event.hWang Nan2016-11-251-0/+2
* perf record: Fix segfault when running with suid and kptr_restrict is 1Wang Nan2016-11-251-1/+1
* perf tools: Fix kernel version error in ubuntuWang Nan2016-11-251-2/+53
* perf sched timehist: Mark schedule function in callchainsNamhyung Kim2016-11-251-0/+1
* perf callchain: Add option to skip ignore symbol when printing callchainsNamhyung Kim2016-11-252-1/+7
* perf annotate: Initial PowerPC supportRavi Bangoria2016-11-251-0/+5
* perf annotate: Improve support for ARMArnaldo Carvalho de Melo2016-11-251-7/+2
* perf annotate: Allow arches to have a init routine and a priv areaArnaldo Carvalho de Melo2016-11-251-0/+11
* perf annotate: Introduce alternative method of keeping instructions tableArnaldo Carvalho de Melo2016-11-251-1/+62
* perf annotate: Remove duplicate 'name' field from disasm_lineArnaldo Carvalho de Melo2016-11-252-48/+42
* Merge tag 'perf-core-for-mingo-20161123' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-11-249-138/+165
|\
| * perf evsel: Support printing callchains with arrowsNamhyung Kim2016-11-232-0/+7
| * perf symbols: Print symbol offsets conditionallyNamhyung Kim2016-11-233-8/+12
| * perf c2c report: Add struct c2c_stats::tot_hitm fieldJiri Olsa2016-11-232-2/+11
| * perf tools: Show event fd in debug outputJiri Olsa2016-11-231-2/+4
| * perf annotate: Add per arch instructions annotate handlersArnaldo Carvalho de Melo2016-11-171-106/+30
| * perf annotate: Allow arches to specify functions to skipArnaldo Carvalho de Melo2016-11-171-4/+5
| * perf annotate: Start supporting cross arch annotationArnaldo Carvalho de Melo2016-11-172-20/+100
* | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2016-11-241-6/+6
|\ \ | |/ |/|
| * perf hists: Fix column length on --hierarchyNamhyung Kim2016-11-091-6/+6
* | perf report: Calculate and return the branch flag countingJin Yao2016-11-142-1/+202
* | perf report: Create a symbol_conf flag for showing branch flag countingJin Yao2016-11-141-0/+1
* | perf report: Add branch flag to callchain cursor nodeJin Yao2016-11-143-18/+86
* | perf config: Mark where are config items from (user or system)Taeung Song2016-11-142-2/+18
* | perf config: Add support setting variables in a config fileTaeung Song2016-11-142-0/+8
* | perf callchain: Fixup help/config for no-unwindingRabin Vincent2016-11-072-6/+0
* | perf tools: Add missing object file to the python binding linkage listArnaldo Carvalho de Melo2016-10-282-1/+2
* | perf scripting: Don't die if scripting can't be setup, disable itArnaldo Carvalho de Melo2016-10-281-18/+15
* | perf scripting: Avoid leaking the scripting_context variableArnaldo Carvalho de Melo2016-10-281-2/+4
* | perf list: Support matching by topicAndi Kleen2016-10-281-1/+3
* | perf tools: Introduce timestamp__scnprintf_usec()Namhyung Kim2016-10-282-0/+11
* | perf list: Make vendor event matching case insensitiveAndi Kleen2016-10-243-7/+19
* | perf tools: Use normal error reporting when processing PERF_RECORD_READ eventsArnaldo Carvalho de Melo2016-10-242-24/+61
* | perf tools: Normalize sq_quote_argv() error reportingArnaldo Carvalho de Melo2016-10-241-1/+1
* | perf hists browser: Dynamically change verbosity levelAlexis Berlemont2016-10-241-5/+12
* | perf tools: Fix typo "No enough" to "Not enough"Alexander Alemayhu2016-10-242-8/+8
* | perf pmu: Only print Using CPUID message onceAndi Kleen2016-10-241-1/+5
* | perf jit: Check JITHEADER_VERSIONStefano Sanfilippo2016-10-241-0/+6
* | perf jit: Generate .eh_frame/.eh_frame_hdr in DSOStefano Sanfilippo2016-10-243-7/+109
* | perf jit: Add unwinding supportStefano Sanfilippo2016-10-242-3/+66
* | perf jit: Do not assume pgoff is zeroStefano Sanfilippo2016-10-241-2/+2
* | perf jit: Make perf skip unknown recordsStefano Sanfilippo2016-10-241-3/+3
* | perf jit: Enable jitdump support without dwarfMaciej Debski2016-10-243-3/+10
* | perf jit: Add NT_GNU_BUILD_ID definition for older distrosArnaldo Carvalho de Melo2016-10-241-0/+4
* | perf jit: Avoid returning garbage for a ret variableArnaldo Carvalho de Melo2016-10-241-1/+1
* | perf tools: Implement branch_type event parameterAndi Kleen2016-10-245-43/+71
* | perf header: Display feature name on write failureJiri Olsa2016-10-241-1/+1
* | perf header: Display missing featuresJiri Olsa2016-10-241-1/+9
* | perf report: Move captured info to generic header infoJiri Olsa2016-10-242-10/+9