summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf evsel: Switch to libperf's cpumap.hArnaldo Carvalho de Melo2019-08-221-1/+4
* perf evsel: util/evsel.h needs stdio.h as it uses FILEArnaldo Carvalho de Melo2019-08-221-0/+1
* perf evsel: Remove needless stddef.h from util/evsel.hArnaldo Carvalho de Melo2019-08-221-1/+0
* perf evsel: Remove needless counts.h header from util/evsel.hArnaldo Carvalho de Melo2019-08-222-1/+2
* perf evsel: Add missing perf/evsel.h header in util/evsel.hArnaldo Carvalho de Melo2019-08-221-0/+1
* perf scripting python: Add missing counts.h headerArnaldo Carvalho de Melo2019-08-221-0/+1
* perf stat: Add missing counts.hArnaldo Carvalho de Melo2019-08-222-0/+2
* perf evlist: Add missing xyarray.h headerArnaldo Carvalho de Melo2019-08-221-0/+2
* perf bpf: Add missing xyarray.h headerArnaldo Carvalho de Melo2019-08-221-0/+2
* perf counts: Add missing headers needed for types usedArnaldo Carvalho de Melo2019-08-221-0/+4
* perf evsel: Move xyarray.h from evsel.c to evsel.h to reduce include dep treeArnaldo Carvalho de Melo2019-08-222-1/+2
* perf metricgroup: Remove needless includes from metricgroup.hArnaldo Carvalho de Melo2019-08-222-6/+10
* libperf: Move perf's cpu_map__idx() to perf_cpu_map__idx()Jiri Olsa2019-08-223-15/+2
* libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()Jiri Olsa2019-08-226-15/+10
* perf tools: Use perf_cpu_map__nr instead of cpu_map__nrJiri Olsa2019-08-224-12/+7
* perf cs-etm: Support sample flags 'insn' and 'insnlen'Leo Yan2019-08-201-1/+34
* perf report: Dump LBR callstack data by -D jointly with thread stackAlexey Budankov2019-08-201-12/+19
* perf record: Enable LBR callstack capture jointly with thread stackAlexey Budankov2019-08-201-0/+1
* perf evsel: Add comment for 'idx' member in 'struct perf_sample_idAdrian Hunter2019-08-201-0/+7
* perf unwind: Remove unnecessary testJohn Keeping2019-08-161-6/+0
* perf unwind: Fix libunwind when tid != pidJohn Keeping2019-08-167-47/+48
* perf map: Use zalloc for map_groupsJohn Keeping2019-08-161-1/+1
* perf top: Add --switch-on/--switch-off eventsArnaldo Carvalho de Melo2019-08-151-0/+2
* perf evswitch: Add hint when not finding specified on/off eventsArnaldo Carvalho de Melo2019-08-151-1/+3
* perf evswitch: Move enoent error message printing to separate functionArnaldo Carvalho de Melo2019-08-151-2/+7
* perf evswitch: Introduce init() method to set the on/off evsels from the comm...Arnaldo Carvalho de Melo2019-08-152-0/+27
* perf evswitch: Introduce OPTS_EVSWITCH() for cmd line processingArnaldo Carvalho de Melo2019-08-151-0/+8
* perf evswitch: Add the names of on/off eventsArnaldo Carvalho de Melo2019-08-151-0/+1
* perf evswitch: Move switch logic to use in other toolsArnaldo Carvalho de Melo2019-08-153-0/+34
* perf evswitch: Move struct to a separate header to use in other toolsArnaldo Carvalho de Melo2019-08-151-0/+16
* perf record: Support aarch64 random socket_id assignmentTan Xiaojun2019-08-141-1/+3
* perf evsel: Provide meaningful warning when trying to use 'aux_output' on old...Arnaldo Carvalho de Melo2019-08-142-2/+10
* perf tools: Add aux-output config termAdrian Hunter2019-08-145-0/+15
* perf intel-pt: Process options for PEBS event synthesisAdrian Hunter2019-08-141-0/+18
* perf tools: Add itrace option 'o' to synthesize aux-output eventsAdrian Hunter2019-08-142-0/+7
* perf tools: Add aux_output attribute flagAdrian Hunter2019-08-141-0/+1
* perf record: Add an option to take an AUX snapshot on exitAlexander Shishkin2019-08-142-3/+13
* perf tools: Add CAP_SYSLOG define for older systemsArnaldo Carvalho de Melo2019-08-141-0/+5
* perf tools: Add helpers to use capabilities if presentIgor Lubashev2019-08-147-0/+71
* perf hist: Remove dummy entries when finding real ones.Arnaldo Carvalho de Melo2019-08-121-2/+18
* perf hists: Do not link a pair if already linkedArnaldo Carvalho de Melo2019-08-121-1/+1
* 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-127-6/+26
|\
| * perf annotate: Fix s390 gap between kernel end and module startThomas Richter2019-08-082-1/+7
| * perf record: Fix module size on s390Thomas Richter2019-08-082-2/+3
| * perf cpumap: Fix writing to illegal memory in handling cpumap maskHe Zhe2019-08-081-1/+4
| * perf db-export: Fix thread__exec_comm()Adrian Hunter2019-08-081-1/+11
| * perf annotate: Fix printing of unaugmented disassembled instructions from BPFArnaldo Carvalho de Melo2019-08-081-1/+1
* | libperf: Add perf_evsel__cpus()/threads() functionsJiri Olsa2019-07-291-1/+1
* | libperf: Adopt perf_evsel__enable()/disable()/apply_filter() functionsJiri Olsa2019-07-293-29/+3