summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf machine: Guard against NULL in machine__exit()Arnaldo Carvalho de Melo2017-11-161-0/+3
* perf tests: Set evlist of test__task_exit() to !overwriteWang Nan2017-11-161-1/+1
* perf tests: Set evlist of test__basic_mmap() to !overwriteWang Nan2017-11-161-1/+1
* perf tests: Set evlist of test__sw_clock_freq() to !overwriteWang Nan2017-11-161-1/+1
* perf tests: Set evlist of test__backward_ring_buffer() to !overwriteWang Nan2017-11-161-1/+1
* perf top: Remove a duplicate wordSihyeon Jang2017-11-161-1/+1
* perf top: Document missing optionsSihyeon Jang2017-11-161-0/+6
* perf script: Allow printing period for non freq mode groupsAndi Kleen2017-11-161-5/+0Star
* perf tools: Document some missing perf.data headersAndi Kleen2017-11-161-0/+23
* perf buildid-cache: Update help text for purge commandThomas-Mich Richter2017-11-161-2/+2
* perf vendor events powerpc: Update POWER9 eventsSukadev Bhattiprolu2017-11-167-248/+88Star
* perf script: Fix --per-event-dump for auxtrace synth evselsArnaldo Carvalho de Melo2017-11-161-1/+30
* perf tests: Add missing WRITE_ASS for new fields of perf_event_attrSeonghyun Park2017-11-161-0/+6
* perf evsel: Fix up leftover perf_evsel_stat usage via evsel->privArnaldo Carvalho de Melo2017-11-161-1/+1
* perf tools: Use shell function for perl cflags retrievalJiri Olsa2017-11-161-1/+1
* perf trace: Fix an exit code of trace__symbols_initAndrei Vagin2017-11-161-2/+4
* perf evsel: Enable type checking for perf_evsel_config_term typesAndi Kleen2017-11-162-3/+4
* perf record: Fix -c/-F options for cpu event aliasesAndi Kleen2017-11-165-4/+19
* perf annotate: Align source and offset linesJiri Olsa2017-11-161-10/+24
* perf annotate browser: Add disasm_line__write functionJiri Olsa2017-11-161-45/+53
* perf annotate browser: Use struct annotation_line in browser topJiri Olsa2017-11-161-13/+13
* perf annotate browser: Use struct annotation_line in find functionsJiri Olsa2017-11-161-20/+20
* perf annotate browser: Use struct annotation_line in browser_lineJiri Olsa2017-11-161-32/+28Star
* perf annotate browser: Change offsets to struct annotation_lineJiri Olsa2017-11-161-20/+29
* perf annotate browser: Change selection to struct annotation_lineJiri Olsa2017-11-161-29/+34
* perf annotate browser: Rename disasm_line__browser to browser_lineJiri Olsa2017-11-161-8/+8
* perf annotate browser: Rename struct browser_disasm_line to browser_lineJiri Olsa2017-11-161-13/+13
* perf annotate browser: Do not pass nr_events in disasm_rb_tree__insertJiri Olsa2017-11-161-9/+6Star
* perf annotate browser: Use samples data from struct annotation_lineJiri Olsa2017-11-161-37/+20Star
* perf annotate: Factor annotation_line__print from disasm_line__printJiri Olsa2017-11-161-36/+33Star
* perf annotate: Add annotation_line__print functionJiri Olsa2017-11-161-6/+22
* perf annotate: Remove struct source_lineJiri Olsa2017-11-161-14/+0Star
* perf annotate: Remove disasm__calc_percent functionJiri Olsa2017-11-162-46/+0Star
* perf annotate: Remove disasm__calc_percent() from annotate_browser__calc_perc...Jiri Olsa2017-11-161-13/+6Star
* perf annotate: Remove disasm__calc_percent() from disasm_line__print()Jiri Olsa2017-11-162-44/+18Star
* perf annotate: Add symbol__calc_lines functionJiri Olsa2017-11-162-120/+68Star
* perf annotate: Add symbol__calc_percent functionJiri Olsa2017-11-162-1/+62
* perf annotate: Add samples into struct annotation_lineJiri Olsa2017-11-132-5/+20
* perf annotate: Add annotated_source__purge functionJiri Olsa2017-11-133-12/+10Star
* perf annotate: Add annotation_line__(new|delete) functionsJiri Olsa2017-11-133-9/+68
* perf annotate: Move rb_node to struct annotation_lineJiri Olsa2017-11-132-14/+17
* perf annotate: Add annotation_line__add functionJiri Olsa2017-11-131-3/+3
* perf annotate: Add annotation_line__next functionJiri Olsa2017-11-133-10/+13
* perf annotate: Add evsel into struct annotation_line_argsJiri Olsa2017-11-134-7/+11
* perf annotate: Add offset/line/line_nr into struct annotate_argsJiri Olsa2017-11-131-8/+13
* perf annotate: Add map into struct annotate_argsJiri Olsa2017-11-131-11/+11
* perf annotate: Add arch into struct annotate_argsJiri Olsa2017-11-131-9/+8Star
* perf annotate: Add struct annotate_argsJiri Olsa2017-11-131-9/+18
* perf annotate: Add symbol__annotate functionJiri Olsa2017-11-135-34/+42
* perf annotate: Move ipc/cycles into annotation_line structJiri Olsa2017-11-132-10/+10