summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | perf intel-pt: Process options for PEBS event synthesisAdrian Hunter2019-08-142-0/+41
| * | | | | | | | | | | | | | | | perf tools: Add itrace option 'o' to synthesize aux-output eventsAdrian Hunter2019-08-143-0/+9
| * | | | | | | | | | | | | | | | perf tools: Add aux_output attribute flagAdrian Hunter2019-08-142-1/+3
| * | | | | | | | | | | | | | | | perf record: Add an option to take an AUX snapshot on exitAlexander Shishkin2019-08-145-10/+53
| * | | | | | | | | | | | | | | | perf ftrace: Improve error message about capability to use ftraceArnaldo Carvalho de Melo2019-08-141-1/+7
| * | | | | | | | | | | | | | | | perf ftrace: Use CAP_SYS_ADMIN instead of euid==0Igor Lubashev2019-08-141-1/+3
| * | | | | | | | | | | | | | | | perf tools: Add CAP_SYSLOG define for older systemsArnaldo Carvalho de Melo2019-08-141-0/+5
| * | | | | | | | | | | | | | | | perf tools: Add NO_LIBCAP=1 to the minimal build testArnaldo Carvalho de Melo2019-08-141-0/+1
| * | | | | | | | | | | | | | | | perf tools: Add helpers to use capabilities if presentIgor Lubashev2019-08-147-0/+71
| * | | | | | | | | | | | | | | | tools build: Add capability-related feature detectionIgor Lubashev2019-08-125-0/+39
| * | | | | | | | | | | | | | | | perf top: Collapse and resort all evsels in a groupArnaldo Carvalho de Melo2019-08-121-4/+26
| * | | | | | | | | | | | | | | | perf hist: Remove dummy entries when finding real ones.Arnaldo Carvalho de Melo2019-08-121-2/+18
| * | | | | | | | | | | | | | | | perf trace: Fix segmentation fault when access syscall info on arm64Leo Yan2019-08-121-1/+1
| * | | | | | | | | | | | | | | | perf hists: Do not link a pair if already linkedArnaldo Carvalho de Melo2019-08-121-1/+1
| * | | | | | | | | | | | | | | | perf top: Set display thread COMM to help with debuggingArnaldo Carvalho de Melo2019-08-121-0/+4
| * | | | | | | | | | | | | | | | perf vendor events intel: Add Icelake V1.00 event fileHaiyan Song2019-08-128-0/+2739
| * | | | | | | | | | | | | | | | perf tools: Fix paths in include statementsLuke Mujica2019-08-124-8/+8
| * | | | | | | | | | | | | | | | perf test vfs_getname: Disable ~/.perfconfig to get default outputArnaldo Carvalho de Melo2019-08-121-0/+4
| * | | | | | | | | | | | | | | | perf config: Document the PERF_CONFIG environment variableArnaldo Carvalho de Melo2019-08-121-0/+4
| * | | | | | | | | | | | | | | | perf config: Honour $PERF_CONFIG env var to specify alternate .perfconfigArnaldo Carvalho de Melo2019-08-121-0/+3
| * | | | | | | | | | | | | | | | perf session: Avoid infinite loop when seeing invalid header.sizeArnaldo Carvalho de Melo2019-08-121-1/+10
| * | | | | | | | | | | | | | | | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2019-08-1236-84/+580
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | perf vendor events power9: Added missing event descriptionsMichael Petlan2019-07-292-5/+5
| * | | | | | | | | | | | | | | | libperf: Initial documentationJiri Olsa2019-07-293-0/+230
| * | | | | | | | | | | | | | | | libperf: Add perf_evsel__enable/disable testJiri Olsa2019-07-291-0/+43
| * | | | | | | | | | | | | | | | libperf: Add perf_evlist__enable/disable testJiri Olsa2019-07-291-0/+63
| * | | | | | | | | | | | | | | | libperf: Add perf_evsel testsJiri Olsa2019-07-292-1/+83
| * | | | | | | | | | | | | | | | libperf: Add perf_evlist testJiri Olsa2019-07-292-1/+124
| * | | | | | | | | | | | | | | | libperf: Add perf_thread_map testJiri Olsa2019-07-292-1/+22
| * | | | | | | | | | | | | | | | libperf: Add perf_cpu_map testJiri Olsa2019-07-292-1/+22
| * | | | | | | | | | | | | | | | libperf: Add tests supportJiri Olsa2019-07-293-1/+63
| * | | | | | | | | | | | | | | | libperf: Add install targetsJiri Olsa2019-07-292-2/+78
| * | | | | | | | | | | | | | | | libperf: Add perf_evsel__attr() functionJiri Olsa2019-07-293-0/+7
| * | | | | | | | | | | | | | | | libperf: Adopt perf_evlist__enable()/disable() functions from perfJiri Olsa2019-07-293-0/+20
| * | | | | | | | | | | | | | | | libperf: Adopt simplified perf_evlist__open()/close() functions from tools/perfJiri Olsa2019-07-294-0/+65
| * | | | | | | | | | | | | | | | libperf: Add perf_evsel__cpus()/threads() functionsJiri Olsa2019-07-294-1/+15
| * | | | | | | | | | | | | | | | libperf: Add perf_cpu_map__for_each_cpu() macroJiri Olsa2019-07-293-0/+22
| * | | | | | | | | | | | | | | | libperf: Adopt perf_evsel__enable()/disable()/apply_filter() functionsJiri Olsa2019-07-297-29/+44
| * | | | | | | | | | | | | | | | libperf: Adopt perf_evsel__read() function from tools/perfJiri Olsa2019-07-298-58/+62
| * | | | | | | | | | | | | | | | libperf: Adopt simplified perf_evsel__close() function from tools/perfJiri Olsa2019-07-2910-31/+40
| * | | | | | | | | | | | | | | | libperf: Adopt simplified perf_evsel__open() function from tools/perfJiri Olsa2019-07-293-0/+70
| * | | | | | | | | | | | | | | | libperf: Adopt perf_evsel__alloc_fd() function from tools/perfJiri Olsa2019-07-293-17/+24
| * | | | | | | | | | | | | | | | libperf: Adopt the readn()/writen() functions from tools/perfJiri Olsa2019-07-295-43/+58
| * | | | | | | | | | | | | | | | libperf: Move nr_members from perf's evsel to libperf's perf_evselJiri Olsa2019-07-2918-43/+45
| * | | | | | | | | | | | | | | | libperf: Move fd array from perf's evsel to lobperf's perf_evsel classJiri Olsa2019-07-295-22/+22
| * | | | | | | | | | | | | | | | libperf: Adopt xyarray class from perfJiri Olsa2019-07-299-9/+39
| * | | | | | | | | | | | | | | | libperf: Add perf_evlist__set_maps() functionJiri Olsa2019-07-2914-67/+83
| * | | | | | | | | | | | | | | | libperf: Add threads to struct perf_evlistJiri Olsa2019-07-2912-44/+45
| * | | | | | | | | | | | | | | | libperf: Add cpus to struct perf_evlistJiri Olsa2019-07-2915-51/+53
| * | | | | | | | | | | | | | | | libperf: Add has_user_cpus to struct perf_evlistJiri Olsa2019-07-293-3/+3
OpenPOWER on IntegriCloud