summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2017-12-05perf annotate: Fix objdump comment parsing for Intel mov dissassemblyThomas Richter
2017-11-29perf intel-pt: Improve build messages for files that differ from the kernelAdrian Hunter
2017-11-29perf report: Fix -D output for user metadata eventsArnaldo Carvalho de Melo
2017-11-29perf script: Allow computing 'perf stat' style metricsAndi Kleen
2017-11-29perf record: Synthesize unit/scale/... in event updateAndi Kleen
2017-11-29Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2017-11-28perf intel-pt: Bring instruction decoder files into line with the kernelAdrian Hunter
2017-11-28perf evlist: Add helper to check if attr.exclude_kernel is set in all evselsArnaldo Carvalho de Melo
2017-11-28perf annotate: Do not truncate instruction names at 6 charsRavi Bangoria
2017-11-28perf machine: Guard against NULL in machine__exit()Arnaldo Carvalho de Melo
2017-11-28perf evsel: Fix up leftover perf_evsel_stat usage via evsel->privArnaldo Carvalho de Melo
2017-11-28perf record: Fix -c/-F options for cpu event aliasesAndi Kleen
2017-11-28perf evlist: Set the correct idx when adding dummy eventsArnaldo Carvalho de Melo
2017-11-18Merge tag 'perf-core-for-mingo-4.15-20171117' of git://git.kernel.org/pub/scm...Ingo Molnar
2017-11-17perf tools: Move symbol__calc_percent() call to outside symbol__disassemble()Jiri Olsa
2017-11-17perf tools: Change (symbol|annotation)__calc_percent return type to voidJiri Olsa
2017-11-17perf tools: Optimize sample parsing for ordered eventsJiri Olsa
2017-11-17perf ordered_events: Pass timestamp arg in perf_session__queue_eventJiri Olsa
2017-11-16perf evlist: Add perf_evlist__parse_sample_timestamp functionJiri Olsa
2017-11-16perf evsel: Centralize perf_sample initializationJiri Olsa
2017-11-16perf callchain: Reset cursor arg instead of callchain_cursorJiri Olsa
2017-11-16perf evsel: Say which PMU Hardware event doesn't support sampling/overflow-in...Kim Phillips
2017-11-16perf evlist: Add helper to check if attr.exclude_kernel is set in all evselsArnaldo Carvalho de Melo
2017-11-16perf annotate: Do not truncate instruction names at 6 charsRavi Bangoria
2017-11-16perf machine: Guard against NULL in machine__exit()Arnaldo Carvalho de Melo
2017-11-16perf evsel: Fix up leftover perf_evsel_stat usage via evsel->privArnaldo Carvalho de Melo
2017-11-16perf evsel: Enable type checking for perf_evsel_config_term typesAndi Kleen
2017-11-16perf record: Fix -c/-F options for cpu event aliasesAndi Kleen
2017-11-16perf annotate: Align source and offset linesJiri Olsa
2017-11-16perf annotate: Factor annotation_line__print from disasm_line__printJiri Olsa
2017-11-16perf annotate: Add annotation_line__print functionJiri Olsa
2017-11-16perf annotate: Remove struct source_lineJiri Olsa
2017-11-16perf annotate: Remove disasm__calc_percent functionJiri Olsa
2017-11-16perf annotate: Remove disasm__calc_percent() from disasm_line__print()Jiri Olsa
2017-11-16perf annotate: Add symbol__calc_lines functionJiri Olsa
2017-11-16perf annotate: Add symbol__calc_percent functionJiri Olsa
2017-11-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-13perf annotate: Add samples into struct annotation_lineJiri Olsa
2017-11-13perf annotate: Add annotated_source__purge functionJiri Olsa
2017-11-13perf annotate: Add annotation_line__(new|delete) functionsJiri Olsa
2017-11-13perf annotate: Move rb_node to struct annotation_lineJiri Olsa
2017-11-13perf annotate: Add annotation_line__add functionJiri Olsa
2017-11-13perf annotate: Add annotation_line__next functionJiri Olsa
2017-11-13perf annotate: Add evsel into struct annotation_line_argsJiri Olsa
2017-11-13perf annotate: Add offset/line/line_nr into struct annotate_argsJiri Olsa
2017-11-13perf annotate: Add map into struct annotate_argsJiri Olsa
2017-11-13perf annotate: Add arch into struct annotate_argsJiri Olsa
2017-11-13perf annotate: Add struct annotate_argsJiri Olsa
2017-11-13perf annotate: Add symbol__annotate functionJiri Olsa