summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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-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-21tools headers uapi: Sync tools/include/uapi/linux/perf_event.hSong Liu
2019-01-21tools headers uapi: Sync tools/include/uapi/linux/perf_event.hSong 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
2019-01-21perf session: Add 'data_size' member to reader objectJiri Olsa
2019-01-21perf session: Add reader objectJiri Olsa
2019-01-21perf session: Get rid of file_size variableJiri Olsa
2019-01-21perf session: Rearrange perf_session__process_events functionJiri Olsa
2019-01-21perf tools: Replace automatic const char[] variables by staticsRasmus Villemoes
2019-01-21perf/core: Remove unused perf_flagsAndrew Murray
2019-01-21perf/doc: Update design.txt for exclude_{host|guest} flagsAndrew Murray
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-01-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-01-11tools/bpf: fix bpftool map dump with bitfieldsYonghong Song
2019-01-11tools/bpf: test btf bitfield with >=256 struct member offsetYonghong Song
2019-01-10Merge tag 'riscv-for-linus-4.21-rc2-v2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2019-01-10selftests: bpf: install files tcp_(server|client)*.pyAnders Roxell
2019-01-10selftests/bpf: add missing executables to .gitignoreStanislav Fomichev