summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2017-11-17perf top: Use signal interface for SIGWINCH handlerJiri Olsa
2017-11-17perf top: Fix window dimensions change handlingJiri 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 buildid-cache: Document missing --force optionSihyeon Jang
2017-11-16perf evlist: Document missing --force optionSihyeon Jang
2017-11-16perf sched: Document missing --force optionSihyeon Jang
2017-11-16perf timechart: Document missing --force optionSihyeon Jang
2017-11-16perf trace: Document missing option, colonsSihyeon Jang
2017-11-16perf inject: Document missing optionsSihyeon Jang
2017-11-16perf lock: Document missing optionsSihyeon Jang
2017-11-16perf evsel: Say which PMU Hardware event doesn't support sampling/overflow-in...Kim Phillips
2017-11-16perf c2c: Fix spelling mistakes in browser help textKim Phillips
2017-11-16perf top: Ignore kptr_restrict when not sampling the kernelArnaldo Carvalho de Melo
2017-11-16perf record: Ignore kptr_restrict when not sampling the kernelArnaldo Carvalho de Melo
2017-11-16perf report: Ignore kptr_restrict when not sampling the kernelArnaldo Carvalho de Melo
2017-11-16perf evlist: Add helper to check if attr.exclude_kernel is set in all evselsArnaldo Carvalho de Melo
2017-11-16perf test shell: Fix test case probe libc's inet_pton on s390xThomas Richter
2017-11-16perf test shell: Fix check open filename arg using 'perf trace' on s390xThomas Richter
2017-11-16perf annotate: Do not truncate instruction names at 6 charsRavi Bangoria
2017-11-16perf help: Fix a bug during strstart() conversionNamhyung Kim
2017-11-16perf machine: Guard against NULL in machine__exit()Arnaldo Carvalho de Melo
2017-11-16perf tests: Set evlist of test__task_exit() to !overwriteWang Nan
2017-11-16perf tests: Set evlist of test__basic_mmap() to !overwriteWang Nan
2017-11-16perf tests: Set evlist of test__sw_clock_freq() to !overwriteWang Nan
2017-11-16perf tests: Set evlist of test__backward_ring_buffer() to !overwriteWang Nan
2017-11-16perf top: Remove a duplicate wordSihyeon Jang
2017-11-16perf top: Document missing optionsSihyeon Jang
2017-11-16perf script: Allow printing period for non freq mode groupsAndi Kleen
2017-11-16perf tools: Document some missing perf.data headersAndi Kleen
2017-11-16perf buildid-cache: Update help text for purge commandThomas-Mich Richter
2017-11-16perf vendor events powerpc: Update POWER9 eventsSukadev Bhattiprolu
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-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