summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-01-25perf script python: Use PyBytes for attr in trace-event-pythonTony Jones1-2/+1
2019-01-25perf script python: Add trace_context extension module to sys.modulesTony Jones1-3/+9
2019-01-25perf bpf: Fix synthesized PERF_RECORD_KSYMBOL/BPF_EVENTSong Liu1-2/+8
2019-01-25perf sched: Use cached rbtreesDavidlohr Bueso1-20/+25
2019-01-25perf hist: Use cached rbtreesDavidlohr Bueso14-147/+173
2019-01-25perf symbols: Use cached rbtreesDavidlohr Bueso8-58/+67
2019-01-25perf util: Use cached rbtree for rblistsDavidlohr Bueso7-16/+24
2019-01-25perf callchain: Use cached rbtreesDavidlohr Bueso4-28/+36
2019-01-25perf machine: Use cached rbtreesDavidlohr Bueso5-36/+50
2019-01-25tools: Update rbtree implementationDavidlohr Bueso3-61/+229
2019-01-25perf callchain: No need to include perf.hArnaldo Carvalho de Melo1-1/+0
2019-01-25perf comm: Remove needless headers from comm.hArnaldo Carvalho de Melo2-2/+3
2019-01-25perf namespaces: Remove namespaces.h from .h headersArnaldo Carvalho de Melo10-4/+13
2019-01-25perf symbols: Remove some unnecessary includes from symbol.hArnaldo Carvalho de Melo5-6/+8
2019-01-25perf symbols: Remove include map.h from dso.hArnaldo Carvalho de Melo3-1/+5
2019-01-25perf block-range: Add missing headersArnaldo Carvalho de Melo2-1/+7
2019-01-25perf tools: Move branch structs to branch.hArnaldo Carvalho de Melo3-23/+26
2019-01-25perf annotate: Remove lots of headers from annotate.hArnaldo Carvalho de Melo3-3/+13
2019-01-25perf symbols: Move symbol_conf to separate fileArnaldo Carvalho de Melo2-63/+74
2019-01-25perf color: Add missing stdarg.g to color.hArnaldo Carvalho de Melo1-0/+1
2019-01-23Merge tag 'linux-kselftest-5.0-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-16/+118
2019-01-22Merge tag 'perf-urgent-for-mingo-5.0-20190121' of git://git.kernel.org/pub/sc...Ingo Molnar5-16/+28
2019-01-21perf utils: Move perf_config using routines from color.c to separate objectArnaldo Carvalho de Melo3-39/+48
2019-01-21perf python: Remove -fstack-clash-protection when building with some clang ve...Arnaldo Carvalho de Melo1-0/+2
2019-01-21perf top: Synthesize BPF events for pre-existing loaded BPF programsArnaldo Carvalho de Melo1-0/+7
2019-01-21perf tools: Synthesize PERF_RECORD_* for loaded BPF programsSong Liu3-0/+264
2019-01-21perf tools: Handle PERF_RECORD_BPF_EVENTSong Liu12-2/+97
2019-01-21perf tools: Handle PERF_RECORD_KSYMBOLSong Liu8-2/+116
2019-01-21tools headers uapi: Sync tools/include/uapi/linux/perf_event.hSong Liu1-1/+28
2019-01-21tools headers uapi: Sync tools/include/uapi/linux/perf_event.hSong Liu1-1/+25
2019-01-21perf: Make perf_event_output() propagate the output() returnArnaldo Carvalho de Melo3-14/+14
2019-01-21perf report: Dump s390 counter set data to fileThomas Richter1-4/+73
2019-01-21perf report: Display names in s390 diagnostic counter setsThomas Richter1-5/+54
2019-01-21perf report: Display arch specific diagnostic counter sets, starting with s390Thomas Richter7-1/+277
2019-01-21perf tools: Remove duplicate headersBrajeswar Ghosh4-4/+0
2019-01-21perf session: Add reader__process_events functionJiri Olsa1-24/+38
2019-01-21perf session: Add 'data_offset' member to reader objectJiri Olsa1-4/+5
2019-01-21perf session: Add 'data_size' member to reader objectJiri Olsa1-1/+3
2019-01-21perf session: Add reader objectJiri Olsa1-2/+8
2019-01-21perf session: Get rid of file_size variableJiri Olsa1-7/+5
2019-01-21perf session: Rearrange perf_session__process_events functionJiri Olsa1-13/+7
2019-01-21perf tools: Replace automatic const char[] variables by staticsRasmus Villemoes6-11/+11
2019-01-21nfit_test: fix security state pull for nvdimm security nfit_testDave Jiang1-2/+2
2019-01-21perf script: Fix crash when processing recorded stat dataTony Jones1-5/+2
2019-01-21perf top: Fix wrong hottest instruction highlightedHe Kuang1-6/+10
2019-01-21perf tools: Handle TOPOLOGY headers with no CPUStephane Eranian1-2/+9
2019-01-21perf/core: Remove unused perf_flagsAndrew Murray1-2/+0
2019-01-21perf/doc: Update design.txt for exclude_{host|guest} flagsAndrew Murray1-0/+4
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds12-92/+1317
2019-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller7-16/+1218