summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2019-08-22perf counts: Add missing headers needed for types usedArnaldo Carvalho de Melo
2019-08-22perf evsel: Move xyarray.h from evsel.c to evsel.h to reduce include dep treeArnaldo Carvalho de Melo
2019-08-22perf metricgroup: Remove needless includes from metricgroup.hArnaldo Carvalho de Melo
2019-08-22perf kvm s390: Add missing string.h headerArnaldo Carvalho de Melo
2019-08-22perf arm64: Add missing debug.h headerArnaldo Carvalho de Melo
2019-08-22libperf: Move perf's cpu_map__idx() to perf_cpu_map__idx()Jiri Olsa
2019-08-22libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()Jiri Olsa
2019-08-22perf tools: Use perf_cpu_map__nr instead of cpu_map__nrJiri Olsa
2019-08-20libperf: Fix arch include pathsJiri Olsa
2019-08-20perf top: Show info message while collecting samplesArnaldo Carvalho de Melo
2019-08-20perf ui browser: Allow specifying message to show when no samples are availab...Arnaldo Carvalho de Melo
2019-08-20perf ui: Introduce non-interactive ui__info_window() functionArnaldo Carvalho de Melo
2019-08-20perf ui: Make 'exit_msg' optional in ui__question_window()Arnaldo Carvalho de Melo
2019-08-20perf cs-etm: Support sample flags 'insn' and 'insnlen'Leo Yan
2019-08-20perf report: Prefer DWARF callstacks to LBR ones when captured bothAlexey Budankov
2019-08-20perf report: Dump LBR callstack data by -D jointly with thread stackAlexey Budankov
2019-08-20perf record: Enable LBR callstack capture jointly with thread stackAlexey Budankov
2019-08-20perf evsel: Add comment for 'idx' member in 'struct perf_sample_idAdrian Hunter
2019-08-20tools headers: Grab copy of linux/const.h, needed by linux/bits.hArnaldo Carvalho de Melo
2019-08-20perf tools: tools/include should come before tools/uapi/includeArnaldo Carvalho de Melo
2019-08-16perf unwind: Remove unnecessary testJohn Keeping
2019-08-16perf unwind: Fix libunwind when tid != pidJohn Keeping
2019-08-16perf map: Use zalloc for map_groupsJohn Keeping
2019-08-16perf report: Add --switch-on/--switch-off eventsArnaldo Carvalho de Melo
2019-08-15perf top: Add --switch-on/--switch-off eventsArnaldo Carvalho de Melo
2019-08-15perf trace: Add --switch-on/--switch-off eventsArnaldo Carvalho de Melo
2019-08-15perf evswitch: Add hint when not finding specified on/off eventsArnaldo Carvalho de Melo
2019-08-15perf evswitch: Move enoent error message printing to separate functionArnaldo Carvalho de Melo
2019-08-15perf evswitch: Introduce init() method to set the on/off evsels from the comm...Arnaldo Carvalho de Melo
2019-08-15perf evswitch: Introduce OPTS_EVSWITCH() for cmd line processingArnaldo Carvalho de Melo
2019-08-15perf evswitch: Add the names of on/off eventsArnaldo Carvalho de Melo
2019-08-15perf evswitch: Move switch logic to use in other toolsArnaldo Carvalho de Melo
2019-08-15perf evswitch: Move struct to a separate header to use in other toolsArnaldo Carvalho de Melo
2019-08-15perf script: Allow specifying event to switch off processing of other eventsArnaldo Carvalho de Melo
2019-08-15perf script: Allow showing the --switch-on eventArnaldo Carvalho de Melo
2019-08-15perf script: Allow specifying event to switch on processing of other eventsArnaldo Carvalho de Melo
2019-08-15perf vendor events intel: Add Tremontx event file v1.02Haiyan Song
2019-08-14perf ui: No need to set ui_browser to 1 twiceArnaldo Carvalho de Melo
2019-08-14perf record: Support aarch64 random socket_id assignmentTan Xiaojun
2019-08-14perf.data documentation: Clarify HEADER_SAMPLE_TOPOLOGY formatVince Weaver
2019-08-14perf evsel: Provide meaningful warning when trying to use 'aux_output' on old...Arnaldo Carvalho de Melo
2019-08-14perf intel-pt: Add brief documentation for PEBS via Intel PTAdrian Hunter
2019-08-14perf tools: Add aux-output config termAdrian Hunter
2019-08-14perf intel-pt: Process options for PEBS event synthesisAdrian Hunter
2019-08-14perf tools: Add itrace option 'o' to synthesize aux-output eventsAdrian Hunter
2019-08-14perf tools: Add aux_output attribute flagAdrian Hunter
2019-08-14perf record: Add an option to take an AUX snapshot on exitAlexander Shishkin
2019-08-14perf ftrace: Improve error message about capability to use ftraceArnaldo Carvalho de Melo
2019-08-14perf ftrace: Use CAP_SYS_ADMIN instead of euid==0Igor Lubashev
2019-08-14perf tools: Add CAP_SYSLOG define for older systemsArnaldo Carvalho de Melo