summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-25perf augmented_syscalls: Convert to bpf_map()Arnaldo Carvalho de Melo
2019-01-25perf bpf examples: Convert etcsnoop to use bpf_map()Arnaldo Carvalho de Melo
2019-01-25perf trace: Fixup etcsnoop exampleArnaldo Carvalho de Melo
2019-01-25perf augmented_raw_syscalls: Use bpf_map()Arnaldo Carvalho de Melo
2019-01-25perf bpf: Convert pid_map() to bpf_map()Arnaldo Carvalho de Melo
2019-01-25perf bpf: Add bpf_map() helperArnaldo Carvalho de Melo
2019-01-25perf script python: Add Python3 support to tests/attr.pyTony Jones
2019-01-25perf script python: Remove explicit shebang from Python scriptsTony Jones
2019-01-25perf script python: Remove explicit shebang from tests/attr.cTony Jones
2019-01-25perf script python: Remove explicit shebang from setup.pyTony Jones
2019-01-25perf script python: Use PyBytes for attr in trace-event-pythonTony Jones
2019-01-25perf script python: Add trace_context extension module to sys.modulesTony Jones
2019-01-25perf bpf: Fix synthesized PERF_RECORD_KSYMBOL/BPF_EVENTSong Liu
2019-01-25perf sched: Use cached rbtreesDavidlohr Bueso
2019-01-25perf hist: Use cached rbtreesDavidlohr Bueso
2019-01-25perf symbols: Use cached rbtreesDavidlohr Bueso
2019-01-25perf util: Use cached rbtree for rblistsDavidlohr Bueso
2019-01-25perf callchain: Use cached rbtreesDavidlohr Bueso
2019-01-25perf machine: Use cached rbtreesDavidlohr Bueso
2019-01-25tools: Update rbtree implementationDavidlohr Bueso
2019-01-25perf callchain: No need to include perf.hArnaldo Carvalho de Melo
2019-01-25perf comm: Remove needless headers from comm.hArnaldo Carvalho de Melo
2019-01-25perf namespaces: Remove namespaces.h from .h headersArnaldo Carvalho de Melo
2019-01-25perf symbols: Remove some unnecessary includes from symbol.hArnaldo Carvalho de Melo
2019-01-25perf symbols: Remove include map.h from dso.hArnaldo Carvalho de Melo
2019-01-25perf block-range: Add missing headersArnaldo Carvalho de Melo
2019-01-25perf tools: Move branch structs to branch.hArnaldo Carvalho de Melo
2019-01-25perf annotate: Remove lots of headers from annotate.hArnaldo Carvalho de Melo
2019-01-25perf symbols: Move symbol_conf to separate fileArnaldo Carvalho de Melo
2019-01-25perf color: Add missing stdarg.g to color.hArnaldo Carvalho de Melo
2019-01-22Merge tag 'perf-core-for-mingo-5.0-20190121' of git://git.kernel.org/pub/scm/...Ingo Molnar
2019-01-21perf utils: Move perf_config using routines from color.c to separate objectArnaldo Carvalho de Melo
2019-01-21perf python: Remove -fstack-clash-protection when building with some clang ve...Arnaldo Carvalho de Melo
2019-01-21bpf: Add module name [bpf] to ksymbols for bpf programsSong Liu
2019-01-21perf top: Synthesize BPF events for pre-existing loaded BPF programsArnaldo Carvalho de Melo
2019-01-21perf tools: Synthesize PERF_RECORD_* for loaded BPF programsSong Liu
2019-01-21perf tools: Handle PERF_RECORD_BPF_EVENTSong Liu
2019-01-21perf tools: Handle PERF_RECORD_KSYMBOLSong Liu
2019-01-21tools headers uapi: Sync tools/include/uapi/linux/perf_event.hSong Liu
2019-01-21perf, bpf: Introduce PERF_RECORD_BPF_EVENTSong Liu
2019-01-21tools headers uapi: Sync tools/include/uapi/linux/perf_event.hSong Liu
2019-01-21perf, bpf: Introduce PERF_RECORD_KSYMBOLSong Liu
2019-01-21perf: Make perf_event_output() propagate the output() returnArnaldo Carvalho de Melo
2019-01-21perf report: Dump s390 counter set data to fileThomas Richter
2019-01-21perf report: Display names in s390 diagnostic counter setsThomas Richter
2019-01-21perf report: Display arch specific diagnostic counter sets, starting with s390Thomas Richter
2019-01-21perf tools: Remove duplicate headersBrajeswar Ghosh
2019-01-21perf: Remove duplicated workqueue.h include from perf_event.hYueHaibing
2019-01-21perf session: Add reader__process_events functionJiri Olsa
2019-01-21perf session: Add 'data_offset' member to reader objectJiri Olsa