summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Fix the build on the alpine:edge distroArnaldo Carvalho de Melo2018-07-302-0/+2
* perf script python: Fix dict reference countingJanne Huttunen2018-07-111-6/+2Star
* perf llvm-utils: Remove bashism from kernel include fetch scriptKim Phillips2018-07-111-3/+3
* perf tools: Generate a Python script compatible with Python 2 and 3Jeremy Cline2018-07-111-14/+15
* Merge tag 'perf-urgent-for-mingo-4.18-20180625' of git://git.kernel.org/pub/s...Ingo Molnar2018-06-264-7/+117
|\
| * perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE]Ravi Bangoria2018-06-251-1/+1
| * perf stat: Remove duplicate event countingThomas Richter2018-06-251-1/+70
| * perf alias: Rebuild alias expression string to make it comparableThomas Richter2018-06-251-1/+24
| * perf alias: Remove trailing newline when reading sysfs filesThomas Richter2018-06-251-0/+3
| * perf tools: Fix a clang 7.0 compilation errorYonghong Song2018-06-251-2/+9
| * perf intel-pt: Fix packet decoding of CYC packetsAdrian Hunter2018-06-251-1/+1
| * perf record: Support s390 random socket_id assignmentThomas Richter2018-06-251-1/+9
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-244-7/+18
|\|
| * perf tools: Fix error index for pmu event parserJiri Olsa2018-06-071-0/+5
| * perf hists: Reimplement hists__has_callchains()Arnaldo Carvalho de Melo2018-06-072-4/+6
| * perf hists: Make hist_entry__has_callchains() work with 'perf c2c'Arnaldo Carvalho de Melo2018-06-071-1/+1
| * perf hists: Save the callchain_size in struct hist_entryArnaldo Carvalho de Melo2018-06-072-2/+6
* | docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
|/
* perf script python: Add more PMU fields to event handler dictJin Yao2018-06-061-1/+226
* perf script python: Move dsoname code to a new functionJin Yao2018-06-061-8/+15
* perf symbols: Add BSS symbols when reading from /proc/kallsymsArnaldo Carvalho de Melo2018-06-061-1/+1
* perf annnotate: Make __symbol__inc_addr_samples handle src->histograms == NULLArnaldo Carvalho de Melo2018-06-061-0/+5
* perf intel-pt: Fix "Unexpected indirect branch" errorAdrian Hunter2018-06-063-2/+28
* perf intel-pt: Fix MTC timing after overflowAdrian Hunter2018-06-061-1/+0Star
* perf intel-pt: Fix decoding to accept CBR between FUP and corresponding TIPAdrian Hunter2018-06-061-1/+4
* perf intel-pt: Fix sync_switch INTEL_PT_SS_NOT_TRACINGAdrian Hunter2018-06-061-0/+1
* perf map: Consider PTI entry trampolines in rip_2objdump()Adrian Hunter2018-06-061-0/+14
* perf tools: Fix pmu events parsing ruleJiri Olsa2018-06-061-1/+13
* perf record: Enable arbitrary event names thru name= modifierAlexey Budankov2018-06-062-3/+35
* perf tools: Fix symbol and object code resolution for vdso32 and vdsox32Adrian Hunter2018-06-061-0/+2
* perf hists: Check if a hist_entry has callchains before using themArnaldo Carvalho de Melo2018-06-063-7/+13
* perf hists: Introduce hist_entry__has_callchain() methodArnaldo Carvalho de Melo2018-06-061-0/+6
* perf evsel: Add has_callchain() helper to make code more compact/clearArnaldo Carvalho de Melo2018-06-054-4/+9
* perf annotate: Move objdump_path to struct annotation_optionsArnaldo Carvalho de Melo2018-06-042-2/+2
* perf hists browser: Pass annotation_options from tool to browserArnaldo Carvalho de Melo2018-06-042-9/+18
* perf annotate: Move disassembler_style global to annotation_optionsArnaldo Carvalho de Melo2018-06-042-5/+3Star
* perf annotate: Adopt anotation options from symbol_confArnaldo Carvalho de Melo2018-06-044-6/+7
* perf annotate: Pass annotation_options to symbol__annotate()Arnaldo Carvalho de Melo2018-06-042-2/+6
* perf srcline: Make hist_entry srcline helper consistent with map'sArnaldo Carvalho de Melo2018-06-042-5/+5
* perf sort: Introduce addr_map_symbol__srcline() to make code more compactArnaldo Carvalho de Melo2018-06-041-20/+17Star
* perf srcline: Introduce map__srcline() to make code more compactArnaldo Carvalho de Melo2018-06-043-51/+22Star
* perf annotate stdio: Use annotation_options consistentlyArnaldo Carvalho de Melo2018-06-043-23/+26
* perf annotate: Add comment about annotated_src->nr_histogramsArnaldo Carvalho de Melo2018-06-041-0/+4
* perf tools: Ditch the symbol_conf.nr_events globalArnaldo Carvalho de Melo2018-06-042-5/+0Star
* perf annotate: Replace symbol__alloc_hists() with symbol__hists()Arnaldo Carvalho de Melo2018-06-042-20/+3Star
* perf annotate: Stop using symbol_conf.nr_events global in symbol__hists()Arnaldo Carvalho de Melo2018-06-041-3/+4
* perf annotate: Introduce symbol__cycle_hists()Arnaldo Carvalho de Melo2018-06-041-10/+14
* perf annotate: Introduce symbol__hists()Arnaldo Carvalho de Melo2018-06-041-4/+24
* perf annotate: __symbol__inc_addr_samples() needs just annotated_sourceArnaldo Carvalho de Melo2018-06-042-5/+9
* perf annotate: Introduce annotated_source__alloc_histogramsArnaldo Carvalho de Melo2018-06-041-8/+16