aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-31perf intel-pt: Use shared x86 insn decoderJosh Poimboeuf9-2623/+7
2019-08-31perf intel-pt: Remove inat.c from build dependency listJosh Poimboeuf1-1/+1
2019-08-31perf metricgroup: Support multiple events for metricgroupJin Yao3-44/+68
2019-08-31perf metricgroup: Scale the metric resultJin Yao3-11/+31
2019-08-31perf pmu: Change convert_scale from static to globalJin Yao2-3/+5
2019-08-31perf symbols: Move mem_info and branch_info out of symbol.hArnaldo Carvalho de Melo13-18/+34
2019-08-31perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo21-38/+70
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo11-10/+17
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo1-1/+2
2019-08-31perf tools: Remove needless thread_map.h include directivesArnaldo Carvalho de Melo1-1/+0
2019-08-31perf tools: Remove needless thread.h include directivesArnaldo Carvalho de Melo4-4/+0
2019-08-31perf tools: Remove needless map.h include directivesArnaldo Carvalho de Melo1-1/+0
2019-08-31perf tools: Remove needless sort.h include directivesArnaldo Carvalho de Melo3-2/+1
2019-08-31perf tools: Move 'struct events_stats' and prototypes to separate headerArnaldo Carvalho de Melo6-47/+58
2019-08-31perf hist: Remove needless ui/progress.h from hist.hArnaldo Carvalho de Melo2-1/+2
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo27-257/+308
2019-08-31perf symbols: Move symsrc prototypes to a separate headerArnaldo Carvalho de Melo6-33/+54
2019-08-31perf symbols: Add missing linux/refcount.h to symbol.hArnaldo Carvalho de Melo1-0/+1
2019-08-31perf symbol: Move C++ demangle defines to the only file using itArnaldo Carvalho de Melo2-6/+6
2019-08-31perf dso: Adopt DSO related macros from symbol.hArnaldo Carvalho de Melo6-3/+7
2019-08-31libtraceevent, perf tools: Changes in tep_print_event_* APIsTzvetomir Stoyanov2-2/+3
2019-08-31perf event: Remove needless include directives from event.hArnaldo Carvalho de Melo5-6/+17
2019-08-31perf env: Remove env.h from other headers where just a fwd decl is neededArnaldo Carvalho de Melo3-2/+4
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo31-4/+41
2019-08-29perf tools: Remove debug.h from header files not needing itArnaldo Carvalho de Melo11-3/+11
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo24-25/+0
2019-08-29perf tools: Remove needless perf.h include directive from headersArnaldo Carvalho de Melo9-3/+6
2019-08-29perf time-utils: Adopt rdclock() from perf.hArnaldo Carvalho de Melo2-0/+10
2019-08-29perf tools: Move everything related to sys_perf_event_open() to perf-sys.hArnaldo Carvalho de Melo7-1/+8
2019-08-29perf header: Move CPUINFO_PROC to the only file where it is usedArnaldo Carvalho de Melo1-0/+18
2019-08-29perf tools: Remove needless libtraceevent include directivesArnaldo Carvalho de Melo2-2/+0
2019-08-29perf header: Replace MAX_NR_CPUS with cpu__max_cpu()Kyle Meyer1-3/+4
2019-08-29perf machine: Replace MAX_NR_CPUS with perf_env::nr_cpus_onlineKyle Meyer1-4/+7
2019-08-29perf session: Replace MAX_NR_CPUS with perf_env::nr_cpus_onlineKyle Meyer1-1/+2
2019-08-29perf stat: Replace MAX_NR_CPUS with cpu__max_cpu()Kyle Meyer1-2/+2
2019-08-29perf svghelper: Replace MAX_NR_CPUS with perf_env::nr_cpus_onlineKyle Meyer1-17/+16
2019-08-29perf timechart: Refactor svg_build_topology_map()Kyle Meyer2-9/+15
2019-08-29perf evlist: Use unshare(CLONE_FS) in sb threads to let setns(CLONE_NEWNS) workArnaldo Carvalho de Melo1-0/+9
2019-08-29libperf: Move 'enum perf_user_event_type' to perf/event.hJiri Olsa1-23/+0
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa19-95/+95
2019-08-29libperf: Add 'union perf_event' to perf/event.hJiri Olsa1-36/+0
2019-08-29libperf: Add PERF_RECORD_COMPRESSED 'struct compressed_event' to perf/event.hJiri Olsa1-5/+0
2019-08-29libperf: Add PERF_RECORD_HEADER_FEATURE 'struct feature_event' to perf/event.hJiri Olsa1-6/+0
2019-08-29libperf: Add PERF_RECORD_TIME_CONV 'struct time_conv_event' to perf/event.hJiri Olsa1-7/+0
2019-08-29libperf: Add PERF_RECORD_STAT_ROUND 'struct stat_round_event' to perf/event.hJiri Olsa2-7/+1
2019-08-29libperf: Add PERF_RECORD_STAT 'struct stat_event' to perf/event.hJiri Olsa2-19/+2
2019-08-29libperf: Add PERF_RECORD_STAT_CONFIG 'struct stat_config_event' to perf/event.hJiri Olsa2-19/+1
2019-08-29libperf: Add PERF_RECORD_THREAD_MAP 'struct thread_map_event' to perf/event.hJiri Olsa1-11/+0
2019-08-29libperf: Add PERF_RECORD_SWITCH 'struct context_switch_event' to perf/event.hJiri Olsa1-6/+0
2019-08-29libperf: Add PERF_RECORD_ITRACE_START 'struct itrace_start_event' to perf/event.hJiri Olsa1-5/+0