aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)Author
2018-10-10perf evsel: Fix potential null pointer dereference in perf_evsel__new_idx()Hisao Tanabe
2018-10-10perf annotate: Properly interpret indirect callMartin Liška
2018-09-26perf tools: Fix maps__find_symbol_by_name()Adrian Hunter
2018-09-26perf script: Show correct offsets for DWARF-based unwindingSandipan Das
2018-09-26perf tools: Fix struct comm_str removal crashJiri Olsa
2018-09-26perf tools: Synthesize GROUP_DESC feature in pipe modeJiri Olsa
2018-09-19perf evlist: Fix error out while applying initial delay and LBRKan Liang
2018-09-15perf tools: Check for null when copying nsinfo.Benno Evers
2018-09-09perf auxtrace: Fix queue resizeAdrian Hunter
2018-07-30perf tools: Fix the build on the alpine:edge distroArnaldo Carvalho de Melo
2018-07-11perf script python: Fix dict reference countingJanne Huttunen
2018-07-11perf llvm-utils: Remove bashism from kernel include fetch scriptKim Phillips
2018-07-11perf tools: Generate a Python script compatible with Python 2 and 3Jeremy Cline
2018-06-26Merge tag 'perf-urgent-for-mingo-4.18-20180625' of git://git.kernel.org/pub/s...Ingo Molnar
2018-06-25perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE]Ravi Bangoria
2018-06-25perf stat: Remove duplicate event countingThomas Richter
2018-06-25perf alias: Rebuild alias expression string to make it comparableThomas Richter
2018-06-25perf alias: Remove trailing newline when reading sysfs filesThomas Richter
2018-06-25perf tools: Fix a clang 7.0 compilation errorYonghong Song
2018-06-25perf intel-pt: Fix packet decoding of CYC packetsAdrian Hunter
2018-06-25perf record: Support s390 random socket_id assignmentThomas Richter
2018-06-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab
2018-06-07perf tools: Fix error index for pmu event parserJiri Olsa
2018-06-07perf hists: Reimplement hists__has_callchains()Arnaldo Carvalho de Melo
2018-06-07perf hists: Make hist_entry__has_callchains() work with 'perf c2c'Arnaldo Carvalho de Melo
2018-06-07perf hists: Save the callchain_size in struct hist_entryArnaldo Carvalho de Melo
2018-06-06perf script python: Add more PMU fields to event handler dictJin Yao
2018-06-06perf script python: Move dsoname code to a new functionJin Yao
2018-06-06perf symbols: Add BSS symbols when reading from /proc/kallsymsArnaldo Carvalho de Melo
2018-06-06perf annnotate: Make __symbol__inc_addr_samples handle src->histograms == NULLArnaldo Carvalho de Melo
2018-06-06perf intel-pt: Fix "Unexpected indirect branch" errorAdrian Hunter
2018-06-06perf intel-pt: Fix MTC timing after overflowAdrian Hunter
2018-06-06perf intel-pt: Fix decoding to accept CBR between FUP and corresponding TIPAdrian Hunter
2018-06-06perf intel-pt: Fix sync_switch INTEL_PT_SS_NOT_TRACINGAdrian Hunter
2018-06-06perf map: Consider PTI entry trampolines in rip_2objdump()Adrian Hunter
2018-06-06perf tools: Fix pmu events parsing ruleJiri Olsa
2018-06-06perf record: Enable arbitrary event names thru name= modifierAlexey Budankov
2018-06-06perf tools: Fix symbol and object code resolution for vdso32 and vdsox32Adrian Hunter
2018-06-06perf hists: Check if a hist_entry has callchains before using themArnaldo Carvalho de Melo
2018-06-06perf hists: Introduce hist_entry__has_callchain() methodArnaldo Carvalho de Melo
2018-06-05perf evsel: Add has_callchain() helper to make code more compact/clearArnaldo Carvalho de Melo
2018-06-04perf annotate: Move objdump_path to struct annotation_optionsArnaldo Carvalho de Melo
2018-06-04perf hists browser: Pass annotation_options from tool to browserArnaldo Carvalho de Melo
2018-06-04perf annotate: Move disassembler_style global to annotation_optionsArnaldo Carvalho de Melo
2018-06-04perf annotate: Adopt anotation options from symbol_confArnaldo Carvalho de Melo
2018-06-04perf annotate: Pass annotation_options to symbol__annotate()Arnaldo Carvalho de Melo
2018-06-04perf srcline: Make hist_entry srcline helper consistent with map'sArnaldo Carvalho de Melo
2018-06-04perf sort: Introduce addr_map_symbol__srcline() to make code more compactArnaldo Carvalho de Melo
2018-06-04perf srcline: Introduce map__srcline() to make code more compactArnaldo Carvalho de Melo