summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2019-08-26perf trace beauty ioctl: Fix off-by-one error in cmd->string tableBenjamin Peterson
2019-08-26perf tests: Fixes hang in zstd compression test by changing the source of ran...James Clark
2019-08-26perf sort: Remove needless headers from sort.h, provide fwd struct declsArnaldo Carvalho de Melo
2019-08-26perf srcline: Add missing srcline.h header to files needing its defsArnaldo Carvalho de Melo
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: Fix alignment trap with xyarray contents in 'perf stat'Gerald BAEZA
2019-08-22perf c2c: Fix report with offline cpusRavi Bangoria
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 x86 kvm-stat: Add missing string.h headerArnaldo 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 tests: Add missing counts.hArnaldo Carvalho de Melo
2019-08-22perf script: 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-22perf kvm s390: Add missing string.h headerArnaldo Carvalho de Melo
2019-08-22perf arm64: Add missing debug.h headerArnaldo 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-20libperf: Fix arch include pathsJiri Olsa
2019-08-20perf top: Show info message while collecting samplesArnaldo Carvalho de Melo
2019-08-20perf ui browser: Allow specifying message to show when no samples are availab...Arnaldo Carvalho de Melo
2019-08-20perf ui: Introduce non-interactive ui__info_window() functionArnaldo Carvalho de Melo
2019-08-20perf ui: Make 'exit_msg' optional in ui__question_window()Arnaldo Carvalho de Melo
2019-08-20perf cs-etm: Support sample flags 'insn' and 'insnlen'Leo Yan
2019-08-20perf report: Prefer DWARF callstacks to LBR ones when captured bothAlexey Budankov
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-20tools headers: Grab copy of linux/const.h, needed by linux/bits.hArnaldo Carvalho de Melo
2019-08-20perf tools: tools/include should come before tools/uapi/includeArnaldo Carvalho de Melo
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-16perf report: Add --switch-on/--switch-off eventsArnaldo Carvalho de Melo
2019-08-15perf top: Add --switch-on/--switch-off eventsArnaldo Carvalho de Melo
2019-08-15perf trace: Add --switch-on/--switch-off eventsArnaldo Carvalho de Melo