summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
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
2019-08-14perf tools: Add NO_LIBCAP=1 to the minimal build testArnaldo Carvalho de Melo
2019-08-14perf tools: Add helpers to use capabilities if presentIgor Lubashev
2019-08-12tools build: Add capability-related feature detectionIgor Lubashev
2019-08-12perf top: Collapse and resort all evsels in a groupArnaldo Carvalho de Melo
2019-08-12perf hist: Remove dummy entries when finding real ones.Arnaldo Carvalho de Melo
2019-08-12perf trace: Fix segmentation fault when access syscall info on arm64Leo Yan
2019-08-12perf hists: Do not link a pair if already linkedArnaldo Carvalho de Melo
2019-08-12perf top: Set display thread COMM to help with debuggingArnaldo Carvalho de Melo
2019-08-12perf vendor events intel: Add Icelake V1.00 event fileHaiyan Song
2019-08-12perf tools: Fix paths in include statementsLuke Mujica
2019-08-12perf test vfs_getname: Disable ~/.perfconfig to get default outputArnaldo Carvalho de Melo
2019-08-12perf config: Document the PERF_CONFIG environment variableArnaldo Carvalho de Melo
2019-08-12perf config: Honour $PERF_CONFIG env var to specify alternate .perfconfigArnaldo Carvalho de Melo
2019-08-12perf session: Avoid infinite loop when seeing invalid header.sizeArnaldo Carvalho de Melo
2019-08-12Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2019-08-08perf pmu-events: Fix missing "cpu_clk_unhalted.core" eventJin Yao
2019-08-08perf annotate: Fix s390 gap between kernel end and module startThomas Richter
2019-08-08perf record: Fix module size on s390Thomas Richter
2019-08-08perf tools: Fix include paths in ui directoryIan Rogers
2019-08-08perf tools: Fix a typo in a variable name in the Documentation MakefileMasanari Iida
2019-08-08perf cpumap: Fix writing to illegal memory in handling cpumap maskHe Zhe
2019-08-08perf ftrace: Fix failure to set cpumask when only one cpu is presentHe Zhe
2019-08-08perf db-export: Fix thread__exec_comm()Adrian Hunter
2019-08-08perf annotate: Fix printing of unaugmented disassembled instructions from BPFArnaldo Carvalho de Melo
2019-08-01perf bench numa: Fix cpu0 bindingJiri Olsa
2019-07-29perf vendor events power9: Added missing event descriptionsMichael Petlan
2019-07-29libperf: Initial documentationJiri Olsa
2019-07-29libperf: Add perf_evsel__enable/disable testJiri Olsa
2019-07-29libperf: Add perf_evlist__enable/disable testJiri Olsa
2019-07-29libperf: Add perf_evsel testsJiri Olsa
2019-07-29libperf: Add perf_evlist testJiri Olsa
2019-07-29libperf: Add perf_thread_map testJiri Olsa
2019-07-29libperf: Add perf_cpu_map testJiri Olsa
2019-07-29libperf: Add tests supportJiri Olsa
2019-07-29libperf: Add install targetsJiri Olsa
2019-07-29libperf: Add perf_evsel__attr() functionJiri Olsa
2019-07-29libperf: Adopt perf_evlist__enable()/disable() functions from perfJiri Olsa
2019-07-29libperf: Adopt simplified perf_evlist__open()/close() functions from tools/perfJiri Olsa
2019-07-29libperf: Add perf_evsel__cpus()/threads() functionsJiri Olsa
2019-07-29libperf: Add perf_cpu_map__for_each_cpu() macroJiri Olsa
2019-07-29libperf: Adopt perf_evsel__enable()/disable()/apply_filter() functionsJiri Olsa
2019-07-29libperf: Adopt perf_evsel__read() function from tools/perfJiri Olsa
2019-07-29libperf: Adopt simplified perf_evsel__close() function from tools/perfJiri Olsa
2019-07-29libperf: Adopt simplified perf_evsel__open() function from tools/perfJiri Olsa