summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2019-08-26libperf: Add PERF_RECORD_KSYMBOL 'struct ksymbol_event' to perf/event.hJiri Olsa
2019-08-26libperf: Add PERF_RECORD_THROTTLE 'struct throttle_event' to perf/event.hJiri Olsa
2019-08-26libperf: Add PERF_RECORD_READ 'struct read_event' to perf/event.hJiri Olsa
2019-08-26libperf: Add PERF_RECORD_LOST_SAMPLES 'struct lost_samples_event' to perf/eve...Jiri Olsa
2019-08-26libperf: Add PERF_RECORD_LOST 'struct lost_event' to perf/event.hJiri Olsa
2019-08-26libperf: Add PERF_RECORD_FORK 'struct fork_event' to perf/event.hJiri Olsa
2019-08-26libperf: Add PERF_RECORD_NAMESPACES 'struct namespaces_event' to perf/event.hJiri Olsa
2019-08-26libperf: Add PERF_RECORD_COMM 'struct comm_event' to perf/event.hJiri Olsa
2019-08-26libperf: Add PERF_RECORD_MMAP2 'struct mmap2_event' to perf/event.hJiri Olsa
2019-08-26libperf: Add PERF_RECORD_MMAP 'struct mmap_event' to perf/event.hJiri Olsa
2019-08-26perf report: Fix --ns time sort key outputAndi Kleen
2019-08-26perf report: Use timestamp__scnprintf_nsec() for time sort keyAndi Kleen
2019-08-26perf tools: Remove duplicate headersSouptick Joarder
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: 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