summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * perf timechart: Refactor svg_build_topology_map()Kyle Meyer2019-08-293-13/+16
| | * perf c2c: Display proper cpu count in nodes columnJiri Olsa2019-08-291-1/+1
| * | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2019-09-02214-916/+1823
| |\ \ | | |/ | |/|
| * | Merge tag 'perf-core-for-mingo-5.4-20190829' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-08-2952-540/+684
| |\ \
| | * | tools lib traceevent: Remove unneeded qsort and uses memmove insteadSteven Rostedt (VMware)2019-08-291-6/+49
| | * | tools lib traceevent: Do not free tep->cmdlines in add_new_comm() on failureSteven Rostedt (VMware)2019-08-291-2/+1
| | * | perf evlist: Use unshare(CLONE_FS) in sb threads to let setns(CLONE_NEWNS) workArnaldo Carvalho de Melo2019-08-291-0/+9
| | * | libperf: Move 'enum perf_user_event_type' to perf/event.hJiri Olsa2019-08-292-23/+23
| | * | libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa2019-08-2933-193/+193
| | * | libperf: Add 'union perf_event' to perf/event.hJiri Olsa2019-08-292-36/+36
| | * | libperf: Add PERF_RECORD_COMPRESSED 'struct compressed_event' to perf/event.hJiri Olsa2019-08-292-5/+5
| | * | libperf: Add PERF_RECORD_HEADER_FEATURE 'struct feature_event' to perf/event.hJiri Olsa2019-08-293-7/+7
| | * | libperf: Add PERF_RECORD_TIME_CONV 'struct time_conv_event' to perf/event.hJiri Olsa2019-08-292-7/+7
| | * | libperf: Add PERF_RECORD_STAT_ROUND 'struct stat_round_event' to perf/event.hJiri Olsa2019-08-293-7/+7
| | * | libperf: Add PERF_RECORD_STAT 'struct stat_event' to perf/event.hJiri Olsa2019-08-293-19/+19
| | * | libperf: Add PERF_RECORD_STAT_CONFIG 'struct stat_config_event' to perf/event.hJiri Olsa2019-08-293-19/+19
| | * | libperf: Add PERF_RECORD_THREAD_MAP 'struct thread_map_event' to perf/event.hJiri Olsa2019-08-292-11/+11
| | * | libperf: Add PERF_RECORD_SWITCH 'struct context_switch_event' to perf/event.hJiri Olsa2019-08-292-6/+6
| | * | libperf: Add PERF_RECORD_ITRACE_START 'struct itrace_start_event' to perf/eve...Jiri Olsa2019-08-292-5/+6
| | * | libperf: Add PERF_RECORD_AUX 'struct aux_event' to perf/event.hJiri Olsa2019-08-293-8/+8
| | * | libperf: Add PERF_RECORD_AUXTRACE_ERROR 'struct auxtrace_error_event' to perf...Jiri Olsa2019-08-293-16/+16
| | * | libperf: Add PERF_RECORD_AUXTRACE 'struct auxtrace_event' to perf/event.hJiri Olsa2019-08-293-12/+12
| | * | libperf: Add PERF_RECORD_AUXTRACE_INFO 'struct auxtrace_info_event' to perf/e...Jiri Olsa2019-08-297-13/+13
| | * | libperf: Add PERF_RECORD_ID_INDEX 'struct id_index_event' to perf/event.hJiri Olsa2019-08-283-17/+19
| | * | libperf: Add PERF_RECORD_HEADER_BUILD_ID 'struct build_id_event' to perf/event.hJiri Olsa2019-08-282-7/+8
| | * | libperf: Add PERF_RECORD_HEADER_TRACING_DATA 'struct tracing_data_event' to p...Jiri Olsa2019-08-282-5/+5
| | * | libperf: Add PERF_RECORD_HEADER_EVENT_TYPE 'struct event_type_event' to perf/...Jiri Olsa2019-08-282-12/+12
| | * | libperf: Add PERF_RECORD_EVENT_UPDATE 'struct event_update_event' to perf/eve...Jiri Olsa2019-08-283-24/+23
| | * | libperf: Add PERF_RECORD_CPU_MAP 'struct cpu_map_event' to perf/event.hJiri Olsa2019-08-282-26/+26
| | * | libperf: Add PERF_RECORD_HEADER_ATTR 'struct attr_event' to perf/event.hJiri Olsa2019-08-282-6/+6
| | * | perf top: Fix event group with more than two eventsNamhyung Kim2019-08-283-18/+28
| | * | perf top: Decay all events in the evlistNamhyung Kim2019-08-281-25/+13
| | * | perf clang: Delete needless util-cxx.h headerArnaldo Carvalho de Melo2019-08-284-29/+5
| | * | perf evlist: Remove needless util.h from evlist.hArnaldo Carvalho de Melo2019-08-2813-1/+12
| | * | perf tools: Remove needless util.h include from builtin.hArnaldo Carvalho de Melo2019-08-283-2/+2
| | * | perf tools: Warn that perf_event_paranoid can restrict kernel symbolsIgor Lubashev2019-08-283-3/+3
| | * | perf symbols: Use CAP_SYSLOG with kptr_restrict checksIgor Lubashev2019-08-281-3/+12
| | * | perf evsel: Kernel profiling is disallowed only when perf_event_paranoid > 1Igor Lubashev2019-08-281-1/+1
| | * | perf tools: Use CAP_SYS_ADMIN with perf_event_paranoid checksIgor Lubashev2019-08-285-5/+8
| | * | perf event: Check ref_reloc_sym before using itIgor Lubashev2019-08-281-3/+4
| | * | perf arch powerpc: Sync powerpc syscall.tblNaveen N. Rao2019-08-281-27/+119
| |/ /
| * | perf/x86/intel: Support PEBS output to PTAlexander Shishkin2019-08-287-1/+130
| * | perf: Allow normal events to output AUX dataAlexander Shishkin2019-08-283-1/+109
| * | Merge tag 'perf-core-for-mingo-5.4-20190826' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-08-2769-427/+493
| |\ \
| | * | perf evsel: Rename perf_missing_features::bpf_event to ::bpfArnaldo Carvalho de Melo2019-08-272-6/+5
| | * | perf tool: Rename perf_tool::bpf_event to bpfArnaldo Carvalho de Melo2019-08-278-30/+29
| | * | perf tools: Rename perf_event::bpf_event to perf_event::bpfArnaldo Carvalho de Melo2019-08-273-13/+10
| | * | perf tools: Rename perf_event::ksymbol_event to perf_event::ksymbolArnaldo Carvalho de Melo2019-08-274-13/+13
| | * | libperf: Rename the PERF_RECORD_ structs to have a "perf" suffixArnaldo Carvalho de Melo2019-08-2713-69/+69
| | * | libperf: Add PERF_RECORD_SAMPLE 'struct sample_event' to perf/event.hJiri Olsa2019-08-274-10/+10