summaryrefslogtreecommitdiffstats
path: root/block/cfq-iosched.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-16perf evsel: Say which PMU Hardware event doesn't support sampling/overflow-in...Kim Phillips1-2/+3
2017-11-16perf c2c: Fix spelling mistakes in browser help textKim Phillips1-4/+4
2017-11-16perf top: Ignore kptr_restrict when not sampling the kernelArnaldo Carvalho de Melo1-3/+5
2017-11-16perf record: Ignore kptr_restrict when not sampling the kernelArnaldo Carvalho de Melo1-12/+14
2017-11-16perf report: Ignore kptr_restrict when not sampling the kernelArnaldo Carvalho de Melo1-0/+3
2017-11-16perf evlist: Add helper to check if attr.exclude_kernel is set in all evselsArnaldo Carvalho de Melo2-0/+14
2017-11-16perf test shell: Fix test case probe libc's inet_pton on s390xThomas Richter1-2/+5
2017-11-16perf test shell: Fix check open filename arg using 'perf trace' on s390xThomas Richter1-2/+4
2017-11-16perf annotate: Do not truncate instruction names at 6 charsRavi Bangoria1-9/+9
2017-11-16perf help: Fix a bug during strstart() conversionNamhyung Kim1-2/+2
2017-11-16perf machine: Guard against NULL in machine__exit()Arnaldo Carvalho de Melo1-0/+3
2017-11-16perf tests: Set evlist of test__task_exit() to !overwriteWang Nan1-1/+1
2017-11-16perf tests: Set evlist of test__basic_mmap() to !overwriteWang Nan1-1/+1
2017-11-16perf tests: Set evlist of test__sw_clock_freq() to !overwriteWang Nan1-1/+1
2017-11-16perf tests: Set evlist of test__backward_ring_buffer() to !overwriteWang Nan1-1/+1
2017-11-16perf top: Remove a duplicate wordSihyeon Jang1-1/+1
2017-11-16perf top: Document missing optionsSihyeon Jang1-0/+6
2017-11-16perf script: Allow printing period for non freq mode groupsAndi Kleen1-5/+0
2017-11-16perf tools: Document some missing perf.data headersAndi Kleen1-0/+23
2017-11-16perf buildid-cache: Update help text for purge commandThomas-Mich Richter1-2/+2
2017-11-16perf vendor events powerpc: Update POWER9 eventsSukadev Bhattiprolu7-248/+88
2017-11-16perf script: Fix --per-event-dump for auxtrace synth evselsArnaldo Carvalho de Melo1-1/+30
2017-11-16perf tests: Add missing WRITE_ASS for new fields of perf_event_attrSeonghyun Park1-0/+6
2017-11-16perf evsel: Fix up leftover perf_evsel_stat usage via evsel->privArnaldo Carvalho de Melo1-1/+1
2017-11-16perf tools: Use shell function for perl cflags retrievalJiri Olsa1-1/+1
2017-11-16perf trace: Fix an exit code of trace__symbols_initAndrei Vagin1-2/+4
2017-11-16perf evsel: Enable type checking for perf_evsel_config_term typesAndi Kleen2-3/+4
2017-11-16perf record: Fix -c/-F options for cpu event aliasesAndi Kleen5-4/+19
2017-11-16tools headers: Synchronize kernel ABI headers wrt SPDX tagsArnaldo Carvalho de Melo2-0/+2
2017-11-16perf annotate: Align source and offset linesJiri Olsa1-10/+24
2017-11-16perf annotate browser: Add disasm_line__write functionJiri Olsa1-45/+53
2017-11-16perf annotate browser: Use struct annotation_line in browser topJiri Olsa1-13/+13
2017-11-16perf annotate browser: Use struct annotation_line in find functionsJiri Olsa1-20/+20
2017-11-16perf annotate browser: Use struct annotation_line in browser_lineJiri Olsa1-32/+28
2017-11-16perf annotate browser: Change offsets to struct annotation_lineJiri Olsa1-20/+29
2017-11-16perf annotate browser: Change selection to struct annotation_lineJiri Olsa1-29/+34
2017-11-16perf annotate browser: Rename disasm_line__browser to browser_lineJiri Olsa1-8/+8
2017-11-16perf annotate browser: Rename struct browser_disasm_line to browser_lineJiri Olsa1-13/+13
2017-11-16perf annotate browser: Do not pass nr_events in disasm_rb_tree__insertJiri Olsa1-9/+6
2017-11-16perf annotate browser: Use samples data from struct annotation_lineJiri Olsa1-37/+20
2017-11-16perf annotate: Factor annotation_line__print from disasm_line__printJiri Olsa1-36/+33
2017-11-16perf annotate: Add annotation_line__print functionJiri Olsa1-6/+22
2017-11-16perf annotate: Remove struct source_lineJiri Olsa1-14/+0
2017-11-16perf annotate: Remove disasm__calc_percent functionJiri Olsa2-46/+0
2017-11-16perf annotate: Remove disasm__calc_percent() from annotate_browser__calc_perc...Jiri Olsa1-13/+6
2017-11-16perf annotate: Remove disasm__calc_percent() from disasm_line__print()Jiri Olsa2-44/+18
2017-11-16perf annotate: Add symbol__calc_lines functionJiri Olsa2-120/+68
2017-11-16perf annotate: Add symbol__calc_percent functionJiri Olsa2-1/+62
2017-11-13perf annotate: Add samples into struct annotation_lineJiri Olsa2-5/+20
2017-11-13perf annotate: Add annotated_source__purge functionJiri Olsa3-12/+10