summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2019-08-31perf symbols: Add missing linux/refcount.h to symbol.hArnaldo Carvalho de Melo-0/+1
2019-08-31perf symbol: Move C++ demangle defines to the only file using itArnaldo Carvalho de Melo-6/+6
2019-08-31perf dso: Adopt DSO related macros from symbol.hArnaldo Carvalho de Melo-3/+7
2019-08-31libtraceevent, perf tools: Changes in tep_print_event_* APIsTzvetomir Stoyanov-3/+5
2019-08-31perf event: Remove needless include directives from event.hArnaldo Carvalho de Melo-6/+20
2019-08-31perf env: Remove env.h from other headers where just a fwd decl is neededArnaldo Carvalho de Melo-3/+9
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo-6/+104
2019-08-29perf tools: Remove debug.h from header files not needing itArnaldo Carvalho de Melo-3/+24
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo-51/+0
2019-08-29perf tools: Remove needless perf.h include directive from headersArnaldo Carvalho de Melo-3/+18
2019-08-29perf time-utils: Adopt rdclock() from perf.hArnaldo Carvalho de Melo-9/+11
2019-08-29perf tools: Move everything related to sys_perf_event_open() to perf-sys.hArnaldo Carvalho de Melo-23/+34
2019-08-29perf header: Move CPUINFO_PROC to the only file where it is usedArnaldo Carvalho de Melo-44/+18
2019-08-29perf tools: Remove needless libtraceevent include directivesArnaldo Carvalho de Melo-3/+0
2019-08-29libperf: Warn when exceeding MAX_NR_CPUS in cpumapKyle Meyer-0/+6
2019-08-29perf header: Replace MAX_NR_CPUS with cpu__max_cpu()Kyle Meyer-3/+4
2019-08-29perf machine: Replace MAX_NR_CPUS with perf_env::nr_cpus_onlineKyle Meyer-4/+7
2019-08-29perf session: Replace MAX_NR_CPUS with perf_env::nr_cpus_onlineKyle Meyer-1/+2
2019-08-29perf stat: Replace MAX_NR_CPUS with cpu__max_cpu()Kyle Meyer-2/+2
2019-08-29perf svghelper: Replace MAX_NR_CPUS with perf_env::nr_cpus_onlineKyle Meyer-17/+16
2019-08-29perf timechart: Refactor svg_build_topology_map()Kyle Meyer-13/+16
2019-08-29perf c2c: Display proper cpu count in nodes columnJiri Olsa-1/+1
2019-08-29perf evlist: Use unshare(CLONE_FS) in sb threads to let setns(CLONE_NEWNS) workArnaldo Carvalho de Melo-0/+9
2019-08-29libperf: Move 'enum perf_user_event_type' to perf/event.hJiri Olsa-23/+23
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa-193/+193
2019-08-29libperf: Add 'union perf_event' to perf/event.hJiri Olsa-36/+36
2019-08-29libperf: Add PERF_RECORD_COMPRESSED 'struct compressed_event' to perf/event.hJiri Olsa-5/+5
2019-08-29libperf: Add PERF_RECORD_HEADER_FEATURE 'struct feature_event' to perf/event.hJiri Olsa-7/+7
2019-08-29libperf: Add PERF_RECORD_TIME_CONV 'struct time_conv_event' to perf/event.hJiri Olsa-7/+7
2019-08-29libperf: Add PERF_RECORD_STAT_ROUND 'struct stat_round_event' to perf/event.hJiri Olsa-7/+7
2019-08-29libperf: Add PERF_RECORD_STAT 'struct stat_event' to perf/event.hJiri Olsa-19/+19
2019-08-29libperf: Add PERF_RECORD_STAT_CONFIG 'struct stat_config_event' to perf/event.hJiri Olsa-19/+19
2019-08-29libperf: Add PERF_RECORD_THREAD_MAP 'struct thread_map_event' to perf/event.hJiri Olsa-11/+11
2019-08-29libperf: Add PERF_RECORD_SWITCH 'struct context_switch_event' to perf/event.hJiri Olsa-6/+6
2019-08-29libperf: Add PERF_RECORD_ITRACE_START 'struct itrace_start_event' to perf/eve...Jiri Olsa-5/+6
2019-08-29libperf: Add PERF_RECORD_AUX 'struct aux_event' to perf/event.hJiri Olsa-8/+8
2019-08-29libperf: Add PERF_RECORD_AUXTRACE_ERROR 'struct auxtrace_error_event' to perf...Jiri Olsa-16/+16
2019-08-29libperf: Add PERF_RECORD_AUXTRACE 'struct auxtrace_event' to perf/event.hJiri Olsa-12/+12
2019-08-29libperf: Add PERF_RECORD_AUXTRACE_INFO 'struct auxtrace_info_event' to perf/e...Jiri Olsa-13/+13
2019-08-28libperf: Add PERF_RECORD_ID_INDEX 'struct id_index_event' to perf/event.hJiri Olsa-17/+19
2019-08-28libperf: Add PERF_RECORD_HEADER_BUILD_ID 'struct build_id_event' to perf/event.hJiri Olsa-7/+8
2019-08-28libperf: Add PERF_RECORD_HEADER_TRACING_DATA 'struct tracing_data_event' to p...Jiri Olsa-5/+5
2019-08-28libperf: Add PERF_RECORD_HEADER_EVENT_TYPE 'struct event_type_event' to perf/...Jiri Olsa-12/+12
2019-08-28libperf: Add PERF_RECORD_EVENT_UPDATE 'struct event_update_event' to perf/eve...Jiri Olsa-24/+23
2019-08-28libperf: Add PERF_RECORD_CPU_MAP 'struct cpu_map_event' to perf/event.hJiri Olsa-26/+26
2019-08-28libperf: Add PERF_RECORD_HEADER_ATTR 'struct attr_event' to perf/event.hJiri Olsa-6/+6
2019-08-28perf top: Fix event group with more than two eventsNamhyung Kim-18/+28
2019-08-28perf top: Decay all events in the evlistNamhyung Kim-25/+13
2019-08-28perf clang: Delete needless util-cxx.h headerArnaldo Carvalho de Melo-29/+5
2019-08-28perf evlist: Remove needless util.h from evlist.hArnaldo Carvalho de Melo-1/+12