aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAge
...
| * perf symbol: Move C++ demangle defines to the only file using itArnaldo Carvalho de Melo2019-08-31
| * perf dso: Adopt DSO related macros from symbol.hArnaldo Carvalho de Melo2019-08-31
| * libtraceevent, perf tools: Changes in tep_print_event_* APIsTzvetomir Stoyanov2019-08-31
| * perf event: Remove needless include directives from event.hArnaldo Carvalho de Melo2019-08-31
| * perf env: Remove env.h from other headers where just a fwd decl is neededArnaldo Carvalho de Melo2019-08-31
| * perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo2019-08-31
| * perf tools: Remove debug.h from header files not needing itArnaldo Carvalho de Melo2019-08-29
| * perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo2019-08-29
| * perf tools: Remove needless perf.h include directive from headersArnaldo Carvalho de Melo2019-08-29
| * perf time-utils: Adopt rdclock() from perf.hArnaldo Carvalho de Melo2019-08-29
| * perf tools: Move everything related to sys_perf_event_open() to perf-sys.hArnaldo Carvalho de Melo2019-08-29
| * perf header: Move CPUINFO_PROC to the only file where it is usedArnaldo Carvalho de Melo2019-08-29
| * perf tools: Remove needless libtraceevent include directivesArnaldo Carvalho de Melo2019-08-29
| * libperf: Warn when exceeding MAX_NR_CPUS in cpumapKyle Meyer2019-08-29
| * perf header: Replace MAX_NR_CPUS with cpu__max_cpu()Kyle Meyer2019-08-29
| * perf machine: Replace MAX_NR_CPUS with perf_env::nr_cpus_onlineKyle Meyer2019-08-29
| * perf session: Replace MAX_NR_CPUS with perf_env::nr_cpus_onlineKyle Meyer2019-08-29
| * perf stat: Replace MAX_NR_CPUS with cpu__max_cpu()Kyle Meyer2019-08-29
| * perf svghelper: Replace MAX_NR_CPUS with perf_env::nr_cpus_onlineKyle Meyer2019-08-29
| * perf timechart: Refactor svg_build_topology_map()Kyle Meyer2019-08-29
| * perf c2c: Display proper cpu count in nodes columnJiri Olsa2019-08-29
| * perf evlist: Use unshare(CLONE_FS) in sb threads to let setns(CLONE_NEWNS) workArnaldo Carvalho de Melo2019-08-29
| * libperf: Move 'enum perf_user_event_type' to perf/event.hJiri Olsa2019-08-29
| * libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa2019-08-29
| * libperf: Add 'union perf_event' to perf/event.hJiri Olsa2019-08-29
| * libperf: Add PERF_RECORD_COMPRESSED 'struct compressed_event' to perf/event.hJiri Olsa2019-08-29
| * libperf: Add PERF_RECORD_HEADER_FEATURE 'struct feature_event' to perf/event.hJiri Olsa2019-08-29
| * libperf: Add PERF_RECORD_TIME_CONV 'struct time_conv_event' to perf/event.hJiri Olsa2019-08-29
| * libperf: Add PERF_RECORD_STAT_ROUND 'struct stat_round_event' to perf/event.hJiri Olsa2019-08-29
| * libperf: Add PERF_RECORD_STAT 'struct stat_event' to perf/event.hJiri Olsa2019-08-29
| * libperf: Add PERF_RECORD_STAT_CONFIG 'struct stat_config_event' to perf/event.hJiri Olsa2019-08-29
| * libperf: Add PERF_RECORD_THREAD_MAP 'struct thread_map_event' to perf/event.hJiri Olsa2019-08-29
| * libperf: Add PERF_RECORD_SWITCH 'struct context_switch_event' to perf/event.hJiri Olsa2019-08-29
| * libperf: Add PERF_RECORD_ITRACE_START 'struct itrace_start_event' to perf/eve...Jiri Olsa2019-08-29
| * libperf: Add PERF_RECORD_AUX 'struct aux_event' to perf/event.hJiri Olsa2019-08-29
| * libperf: Add PERF_RECORD_AUXTRACE_ERROR 'struct auxtrace_error_event' to perf...Jiri Olsa2019-08-29
| * libperf: Add PERF_RECORD_AUXTRACE 'struct auxtrace_event' to perf/event.hJiri Olsa2019-08-29
| * libperf: Add PERF_RECORD_AUXTRACE_INFO 'struct auxtrace_info_event' to perf/e...Jiri Olsa2019-08-29
| * libperf: Add PERF_RECORD_ID_INDEX 'struct id_index_event' to perf/event.hJiri Olsa2019-08-28
| * libperf: Add PERF_RECORD_HEADER_BUILD_ID 'struct build_id_event' to perf/event.hJiri Olsa2019-08-28
| * libperf: Add PERF_RECORD_HEADER_TRACING_DATA 'struct tracing_data_event' to p...Jiri Olsa2019-08-28
| * libperf: Add PERF_RECORD_HEADER_EVENT_TYPE 'struct event_type_event' to perf/...Jiri Olsa2019-08-28
| * libperf: Add PERF_RECORD_EVENT_UPDATE 'struct event_update_event' to perf/eve...Jiri Olsa2019-08-28
| * libperf: Add PERF_RECORD_CPU_MAP 'struct cpu_map_event' to perf/event.hJiri Olsa2019-08-28
| * libperf: Add PERF_RECORD_HEADER_ATTR 'struct attr_event' to perf/event.hJiri Olsa2019-08-28
| * perf top: Fix event group with more than two eventsNamhyung Kim2019-08-28
| * perf top: Decay all events in the evlistNamhyung Kim2019-08-28
| * perf clang: Delete needless util-cxx.h headerArnaldo Carvalho de Melo2019-08-28
| * perf evlist: Remove needless util.h from evlist.hArnaldo Carvalho de Melo2019-08-28
| * perf tools: Remove needless util.h include from builtin.hArnaldo Carvalho de Melo2019-08-28