summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2018-06-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-33/+67
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab-1/+1
2018-06-08perf script: Show hw-cache eventsSeeteena Thoufeek-0/+12
2018-06-08perf c2c: Keep struct hist_entry at the end of struct c2c_hist_entryJiri Olsa-5/+5
2018-06-07perf stat: Add event parsing error handling to add_default_attributesJiri Olsa-4/+6
2018-06-07perf stat: Allow to specify specific metric column lenJiri Olsa-4/+5
2018-06-07perf stat: Fix metric column header display alignmentJiri Olsa-8/+9
2018-06-07perf stat: Use only color_fprintf call in print_metric_onlyJiri Olsa-4/+1
2018-06-07perf stat: Add --interval-clear optionJiri Olsa-2/+12
2018-06-07perf tools: Fix error index for pmu event parserJiri Olsa-0/+5
2018-06-07perf hists: Reimplement hists__has_callchains()Arnaldo Carvalho de Melo-4/+6
2018-06-07perf hists browser gtk: Use hist_entry__has_callchains()Arnaldo Carvalho de Melo-1/+1
2018-06-07perf hists: Make hist_entry__has_callchains() work with 'perf c2c'Arnaldo Carvalho de Melo-1/+1
2018-06-07perf hists: Save the callchain_size in struct hist_entryArnaldo Carvalho de Melo-2/+6
2018-06-06perf script python: Add dict fields introduction to DocumentationJin Yao-0/+26
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 script powerpc: Python script for hypervisor call statisticsRavi Bangoria-0/+204
2018-06-06perf test record+probe_libc_inet_pton: Ask 'nm' for dynamic symbolsArnaldo Carvalho de Melo-1/+1
2018-06-06perf map: Consider PTI entry trampolines in rip_2objdump()Adrian Hunter-0/+14
2018-06-06perf test code-reading: Fix perf_env setup for PTI entry trampolinesAdrian Hunter-0/+1
2018-06-06perf tools: Fix pmu events parsing ruleJiri Olsa-1/+13
2018-06-06perf stat: Display user and system timeJiri Olsa-12/+56
2018-06-06perf record: Enable arbitrary event names thru name= modifierAlexey Budankov-4/+43
2018-06-06perf tools: Fix symbol and object code resolution for vdso32 and vdsox32Adrian Hunter-0/+2
2018-06-06perf tests kmod-path: Add tests for vdso32 and vdsox32Adrian Hunter-0/+16
2018-06-06perf hists: Check if a hist_entry has callchains before using themArnaldo Carvalho de Melo-17/+25
2018-06-06perf hists: Introduce hist_entry__has_callchain() methodArnaldo Carvalho de Melo-0/+6
2018-06-05perf sched: Use sched->show_callchain where appropriateArnaldo Carvalho de Melo-5/+6
2018-06-05perf script: Check if evsel has callchains before trying to use itArnaldo Carvalho de Melo-1/+1
2018-06-05perf evsel: Add has_callchain() helper to make code more compact/clearArnaldo Carvalho de Melo-16/+16
2018-06-04perf report: No need to have report_callchain_help as a globalArnaldo Carvalho de Melo-6/+4
2018-06-04perf test: Use header file util/debug.hThomas Richter-2/+1
2018-06-04perf annotate: Move objdump_path to struct annotation_optionsArnaldo Carvalho de Melo-15/+16
2018-06-04perf hists browser: Pass annotation_options from tool to browserArnaldo Carvalho de Melo-28/+57
2018-06-04perf annotate: Move disassembler_style global to annotation_optionsArnaldo Carvalho de Melo-8/+6
2018-06-04perf annotate: Adopt anotation options from symbol_confArnaldo Carvalho de Melo-12/+15
2018-06-04perf annotate: Pass annotation_options to symbol__annotate()Arnaldo Carvalho de Melo-4/+8
2018-06-04perf srcline: Make hist_entry srcline helper consistent with map'sArnaldo Carvalho de Melo-6/+6
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-37/+41
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-9/+0