summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2019-08-26perf cacheline: Move cacheline related routines to separate filesArnaldo Carvalho de Melo
2019-08-26perf record: Move record_opts and other record decls out of perf.hArnaldo Carvalho de Melo
2019-08-26perf stat: Remove needless headers from stat.hArnaldo Carvalho de Melo
2019-08-26perf cpumap: No need to include perf.h, ditch itArnaldo Carvalho de Melo
2019-08-22libperf: Add perf_thread_map__nr/perf_thread_map__pid functionsJiri Olsa
2019-08-22perf cpumap: Remove needless includes from cpumap.hArnaldo Carvalho de Melo
2019-08-22perf evsel: Switch to libperf's cpumap.hArnaldo Carvalho de Melo
2019-08-22perf evsel: util/evsel.h needs stdio.h as it uses FILEArnaldo Carvalho de Melo
2019-08-22perf evsel: Remove needless stddef.h from util/evsel.hArnaldo Carvalho de Melo
2019-08-22perf evsel: Remove needless counts.h header from util/evsel.hArnaldo Carvalho de Melo
2019-08-22perf evsel: Add missing perf/evsel.h header in util/evsel.hArnaldo Carvalho de Melo
2019-08-22perf scripting python: Add missing counts.h headerArnaldo Carvalho de Melo
2019-08-22perf stat: Add missing counts.hArnaldo Carvalho de Melo
2019-08-22perf evlist: Add missing xyarray.h headerArnaldo Carvalho de Melo
2019-08-22perf bpf: Add missing xyarray.h headerArnaldo Carvalho de Melo
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-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-20perf cs-etm: Support sample flags 'insn' and 'insnlen'Leo Yan
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-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-15perf top: 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-14perf record: Support aarch64 random socket_id assignmentTan Xiaojun
2019-08-14perf evsel: Provide meaningful warning when trying to use 'aux_output' on old...Arnaldo Carvalho de Melo
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 tools: Add CAP_SYSLOG define for older systemsArnaldo Carvalho de Melo
2019-08-14perf tools: Add helpers to use capabilities if presentIgor Lubashev
2019-08-12perf hist: Remove dummy entries when finding real ones.Arnaldo Carvalho de Melo
2019-08-12perf hists: Do not link a pair if already linkedArnaldo 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 annotate: Fix s390 gap between kernel end and module startThomas Richter