aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2019-08-14perf tools: Add itrace option 'o' to synthesize aux-output eventsAdrian Hunter3-0/+9
2019-08-14perf tools: Add aux_output attribute flagAdrian Hunter1-0/+1
2019-08-14perf record: Add an option to take an AUX snapshot on exitAlexander Shishkin5-10/+53
2019-08-14perf ftrace: Improve error message about capability to use ftraceArnaldo Carvalho de Melo1-1/+7
2019-08-14perf ftrace: Use CAP_SYS_ADMIN instead of euid==0Igor Lubashev1-1/+3
2019-08-14perf tools: Add CAP_SYSLOG define for older systemsArnaldo Carvalho de Melo1-0/+5
2019-08-14perf tools: Add NO_LIBCAP=1 to the minimal build testArnaldo Carvalho de Melo1-0/+1
2019-08-14perf tools: Add helpers to use capabilities if presentIgor Lubashev7-0/+71
2019-08-12tools build: Add capability-related feature detectionIgor Lubashev2-0/+13
2019-08-12perf top: Collapse and resort all evsels in a groupArnaldo Carvalho de Melo1-4/+26
2019-08-12perf hist: Remove dummy entries when finding real ones.Arnaldo Carvalho de Melo1-2/+18
2019-08-12perf trace: Fix segmentation fault when access syscall info on arm64Leo Yan1-1/+1
2019-08-12perf hists: Do not link a pair if already linkedArnaldo Carvalho de Melo1-1/+1
2019-08-12perf top: Set display thread COMM to help with debuggingArnaldo Carvalho de Melo1-0/+4
2019-08-12perf vendor events intel: Add Icelake V1.00 event fileHaiyan Song8-0/+2739
2019-08-12perf tools: Fix paths in include statementsLuke Mujica4-8/+8
2019-08-12perf test vfs_getname: Disable ~/.perfconfig to get default outputArnaldo Carvalho de Melo1-0/+4
2019-08-12perf config: Document the PERF_CONFIG environment variableArnaldo Carvalho de Melo1-0/+4
2019-08-12perf config: Honour $PERF_CONFIG env var to specify alternate .perfconfigArnaldo Carvalho de Melo1-0/+3
2019-08-12perf session: Avoid infinite loop when seeing invalid header.sizeArnaldo Carvalho de Melo1-1/+10
2019-08-12Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo14-16/+69
2019-08-08perf pmu-events: Fix missing "cpu_clk_unhalted.core" eventJin Yao1-0/+1
2019-08-08perf annotate: Fix s390 gap between kernel end and module startThomas Richter3-1/+24
2019-08-08perf record: Fix module size on s390Thomas Richter3-3/+16
2019-08-08perf tools: Fix include paths in ui directoryIan Rogers2-5/+6
2019-08-08perf tools: Fix a typo in a variable name in the Documentation MakefileMasanari Iida1-1/+1
2019-08-08perf cpumap: Fix writing to illegal memory in handling cpumap maskHe Zhe1-1/+4
2019-08-08perf ftrace: Fix failure to set cpumask when only one cpu is presentHe Zhe1-1/+1
2019-08-08perf db-export: Fix thread__exec_comm()Adrian Hunter1-1/+11
2019-08-08perf annotate: Fix printing of unaugmented disassembled instructions from BPFArnaldo Carvalho de Melo1-1/+1
2019-08-01perf bench numa: Fix cpu0 bindingJiri Olsa1-2/+4
2019-07-29perf vendor events power9: Added missing event descriptionsMichael Petlan2-5/+5
2019-07-29libperf: Initial documentationJiri Olsa3-0/+230
2019-07-29libperf: Add perf_evsel__enable/disable testJiri Olsa1-0/+43
2019-07-29libperf: Add perf_evlist__enable/disable testJiri Olsa1-0/+63
2019-07-29libperf: Add perf_evsel testsJiri Olsa2-1/+83
2019-07-29libperf: Add perf_evlist testJiri Olsa2-1/+124
2019-07-29libperf: Add perf_thread_map testJiri Olsa2-1/+22
2019-07-29libperf: Add perf_cpu_map testJiri Olsa2-1/+22
2019-07-29libperf: Add tests supportJiri Olsa3-1/+63
2019-07-29libperf: Add install targetsJiri Olsa2-2/+78
2019-07-29libperf: Add perf_evsel__attr() functionJiri Olsa3-0/+7
2019-07-29libperf: Adopt perf_evlist__enable()/disable() functions from perfJiri Olsa3-0/+20
2019-07-29libperf: Adopt simplified perf_evlist__open()/close() functions from tools/perfJiri Olsa4-0/+65
2019-07-29libperf: Add perf_evsel__cpus()/threads() functionsJiri Olsa4-1/+15
2019-07-29libperf: Add perf_cpu_map__for_each_cpu() macroJiri Olsa3-0/+22
2019-07-29libperf: Adopt perf_evsel__enable()/disable()/apply_filter() functionsJiri Olsa7-29/+44
2019-07-29libperf: Adopt perf_evsel__read() function from tools/perfJiri Olsa8-58/+62
2019-07-29libperf: Adopt simplified perf_evsel__close() function from tools/perfJiri Olsa10-31/+40
2019-07-29libperf: Adopt simplified perf_evsel__open() function from tools/perfJiri Olsa3-0/+70