summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2019-02-04perf symbols: Filter out hidden symbols from labelsJiri Olsa
2019-02-04perf symbols: Add fallback definitions for GELF_ST_VISIBILITY()Arnaldo Carvalho de Melo
2019-02-04tools/bpf: simplify libbpf API function libbpf_set_print()Yonghong Song
2019-02-04perf clang: Do not use 'return std::move(something)'Arnaldo Carvalho de Melo
2019-02-04perf mem/c2c: Fix perf_mem_events to support powerpcRavi Bangoria
2019-02-04perf tests evsel-tp-sched: Fix bitwise operatorGustavo A. R. Silva
2019-02-04Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2019-02-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
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-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-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-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-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 session: Add reader__process_events functionJiri Olsa
2019-01-21perf session: Add 'data_offset' member to reader objectJiri Olsa