summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-16perf script: Fix --per-event-dump for auxtrace synth evselsArnaldo Carvalho de Melo
2017-11-16perf tests: Add missing WRITE_ASS for new fields of perf_event_attrSeonghyun Park
2017-11-16perf evsel: Fix up leftover perf_evsel_stat usage via evsel->privArnaldo Carvalho de Melo
2017-11-16perf tools: Use shell function for perl cflags retrievalJiri Olsa
2017-11-16perf trace: Fix an exit code of trace__symbols_initAndrei Vagin
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-16tools headers: Synchronize kernel ABI headers wrt SPDX tagsArnaldo Carvalho de Melo
2017-11-16perf annotate: Align source and offset linesJiri Olsa
2017-11-16perf annotate browser: Add disasm_line__write functionJiri Olsa
2017-11-16perf annotate browser: Use struct annotation_line in browser topJiri Olsa
2017-11-16perf annotate browser: Use struct annotation_line in find functionsJiri Olsa
2017-11-16perf annotate browser: Use struct annotation_line in browser_lineJiri Olsa
2017-11-16perf annotate browser: Change offsets to struct annotation_lineJiri Olsa
2017-11-16perf annotate browser: Change selection to struct annotation_lineJiri Olsa
2017-11-16perf annotate browser: Rename disasm_line__browser to browser_lineJiri Olsa
2017-11-16perf annotate browser: Rename struct browser_disasm_line to browser_lineJiri Olsa
2017-11-16perf annotate browser: Do not pass nr_events in disasm_rb_tree__insertJiri Olsa
2017-11-16perf annotate browser: Use samples data from struct annotation_lineJiri 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 annotate_browser__calc_perc...Jiri 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-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
2017-11-13perf annotate: Move ipc/cycles into annotation_line structJiri Olsa
2017-11-13perf annotate: Move line/offset into annotation_line structJiri Olsa
2017-11-13perf annotate: Add annotation_line structJiri Olsa
2017-11-13perf record: Generate PERF_RECORD_{MMAP,COMM,EXEC} with --delayArnaldo Carvalho de Melo
2017-11-13perf evlist: Set the correct idx when adding dummy eventsArnaldo Carvalho de Melo
2017-11-13Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2017-11-13kprobes: Don't spam the build log with deprecation warningsIngo Molnar
2017-11-12/proc/module: use the same logic as /proc/kallsyms for address exposureLinus Torvalds
2017-11-12modules: make sysfs attribute files readable by owner onlyLinus Torvalds
2017-11-12Merge branch 'kallsyms-restrictions'Linus Torvalds
2017-11-12modpost: detect modules without a MODULE_LICENSERandy Dunlap