summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorLines
2018-06-06perf script python: Add more PMU fields to event handler dictJin Yao-1/+226
2018-06-06perf script python: Move dsoname code to a new functionJin Yao-8/+15
2018-06-06perf symbols: Add BSS symbols when reading from /proc/kallsymsArnaldo Carvalho de Melo-1/+1
2018-06-06perf annnotate: Make __symbol__inc_addr_samples handle src->histograms == NULLArnaldo Carvalho de Melo-0/+5
2018-06-06perf intel-pt: Fix "Unexpected indirect branch" errorAdrian Hunter-2/+28
2018-06-06perf intel-pt: Fix MTC timing after overflowAdrian Hunter-1/+0
2018-06-06perf intel-pt: Fix decoding to accept CBR between FUP and corresponding TIPAdrian Hunter-1/+4
2018-06-06perf intel-pt: Fix sync_switch INTEL_PT_SS_NOT_TRACINGAdrian Hunter-0/+1
2018-06-06perf map: Consider PTI entry trampolines in rip_2objdump()Adrian Hunter-0/+14
2018-06-06perf tools: Fix pmu events parsing ruleJiri Olsa-1/+13
2018-06-06perf record: Enable arbitrary event names thru name= modifierAlexey Budankov-3/+35
2018-06-06perf tools: Fix symbol and object code resolution for vdso32 and vdsox32Adrian Hunter-0/+2
2018-06-06perf hists: Check if a hist_entry has callchains before using themArnaldo Carvalho de Melo-7/+13
2018-06-06perf hists: Introduce hist_entry__has_callchain() methodArnaldo Carvalho de Melo-0/+6
2018-06-05perf evsel: Add has_callchain() helper to make code more compact/clearArnaldo Carvalho de Melo-4/+9
2018-06-04perf annotate: Move objdump_path to struct annotation_optionsArnaldo Carvalho de Melo-2/+2
2018-06-04perf hists browser: Pass annotation_options from tool to browserArnaldo Carvalho de Melo-9/+18
2018-06-04perf annotate: Move disassembler_style global to annotation_optionsArnaldo Carvalho de Melo-5/+3
2018-06-04perf annotate: Adopt anotation options from symbol_confArnaldo Carvalho de Melo-6/+7
2018-06-04perf annotate: Pass annotation_options to symbol__annotate()Arnaldo Carvalho de Melo-2/+6
2018-06-04perf srcline: Make hist_entry srcline helper consistent with map'sArnaldo Carvalho de Melo-5/+5
2018-06-04perf sort: Introduce addr_map_symbol__srcline() to make code more compactArnaldo Carvalho de Melo-20/+17
2018-06-04perf srcline: Introduce map__srcline() to make code more compactArnaldo Carvalho de Melo-51/+22
2018-06-04perf annotate stdio: Use annotation_options consistentlyArnaldo Carvalho de Melo-23/+26
2018-06-04perf annotate: Add comment about annotated_src->nr_histogramsArnaldo Carvalho de Melo-0/+4
2018-06-04perf tools: Ditch the symbol_conf.nr_events globalArnaldo Carvalho de Melo-5/+0
2018-06-04perf annotate: Replace symbol__alloc_hists() with symbol__hists()Arnaldo Carvalho de Melo-20/+3
2018-06-04perf annotate: Stop using symbol_conf.nr_events global in symbol__hists()Arnaldo Carvalho de Melo-3/+4
2018-06-04perf annotate: Introduce symbol__cycle_hists()Arnaldo Carvalho de Melo-10/+14
2018-06-04perf annotate: Introduce symbol__hists()Arnaldo Carvalho de Melo-4/+24
2018-06-04perf annotate: __symbol__inc_addr_samples() needs just annotated_sourceArnaldo Carvalho de Melo-5/+9
2018-06-04perf annotate: Introduce annotated_source__alloc_histogramsArnaldo Carvalho de Melo-8/+16
2018-06-04perf annotate: Introduce constructor/destructor for annotated_sourceArnaldo Carvalho de Melo-3/+22
2018-06-04perf annotate: Split allocation of annotated_source structArnaldo Carvalho de Melo-6/+10
2018-06-04perf annotate: __symbol__acount_cycles doesn't need notesArnaldo Carvalho de Melo-5/+2
2018-06-04perf annotate: Pass perf_evsel instead of just evsel->idxArnaldo Carvalho de Melo-8/+8
2018-06-04perf tools: No need to check if the argument to __get() function is NULLArnaldo Carvalho de Melo-1/+1
2018-06-04perf cgroup: Make evlist__find_cgroup() more compactArnaldo Carvalho de Melo-6/+3
2018-06-04perf probe: Use return of map__get() to make code more compactArnaldo Carvalho de Melo-2/+1
2018-06-04perf tools: Remove dead quote.[ch] codeArnaldo Carvalho de Melo-94/+0
2018-06-04Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo-2/+30
2018-06-01perf tools intel-pt-decoder: Update insn.h from the kernel sourcesArnaldo Carvalho de Melo-0/+18
2018-05-30perf script python: Add addr into perf sample dictLeo Yan-0/+2
2018-05-30perf cs-etm: Fix indexing for decoder packet queueMathieu Poirier-2/+10
2018-05-30perf bpf: Fix NULL return handling in bpf__prepare_load()YueHaibing-3/+3
2018-05-30perf parse-events: Handle uncore event aliases in small groups properlyKan Liang-9/+137
2018-05-23perf kcore_copy: Amend the offset of sections that remap kernel textAdrian Hunter-2/+51
2018-05-23perf kcore_copy: Copy x86 PTI entry trampoline sectionsAdrian Hunter-0/+42
2018-05-23perf kcore_copy: Get rid of kernel_mapAdrian Hunter-18/+52
2018-05-23perf kcore_copy: Iterate phdrsAdrian Hunter-15/+10