summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-10-23perf scripts python: exported-sql-viewer.py: Add All branches reportAdrian Hunter1-0/+547
2018-10-23perf scripts python: exported-sql-viewer.py: Add ability to display all the d...Adrian Hunter1-0/+694
2018-10-23perf scripts python: exported-sql-viewer.py: Add ability to shrink / enlarge ...Adrian Hunter1-0/+24
2018-10-23perf scripts python: exported-sql-viewer.py: Add ability to find symbols in t...Adrian Hunter1-1/+305
2018-10-23perf scripts python: exported-sql-viewer.py: Add support for multiple sub-win...Adrian Hunter1-9/+173
2018-10-23perf scripts python: call-graph-from-sql.py: Rename to exported-sql-viewer.pyAdrian Hunter4-6/+6
2018-10-23perf scripts python: call-graph-from-sql.py: Refactor TreeItem classAdrian Hunter1-140/+133
2018-10-23perf scripts python: call-graph-from-sql.py: Add data helper functionsAdrian Hunter1-25/+29
2018-10-23perf scripts python: call-graph-from-sql.py: Factor out CallGraphModel from T...Adrian Hunter1-29/+61
2018-10-23perf scripts python: call-graph-from-sql.py: Remove use of setObjectName()Adrian Hunter1-1/+0
2018-10-23perf scripts python: call-graph-from-sql.py: Add a class for global dataAdrian Hunter1-5/+21
2018-10-23perf scripts python: call-graph-from-sql.py: Separate the database details in...Adrian Hunter1-25/+38
2018-10-23perf scripts python: call-graph-from-sql.py: Make a "Main" functionAdrian Hunter1-1/+6
2018-10-23perf scripts python: call-graph-from-sql.py: Change iconAdrian Hunter1-3/+1
2018-10-23perf scripts python: call-graph-from-sql.py: Set a minimum window sizeAdrian Hunter1-0/+1
2018-10-23perf scripts python: call-graph-from-sql.py: Provide better default column sizesAdrian Hunter1-0/+3
2018-10-23Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-10/+15
2018-10-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds102-3497/+5370
2018-10-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds7-56/+294
2018-10-23Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-13/+5
2018-10-23Merge branch 'x86/cache' into perf/core, to pick up fixesIngo Molnar4-10/+184
2018-10-23Merge tag 'pm-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds9-898/+1096
2018-10-22tc-tests: test denial of 'goto chain' for exceed traffic in police.jsonDavide Caratti1-0/+24
2018-10-22tc-tests: test denial of 'goto chain' on 'random' traffic in gact.jsonDavide Caratti1-0/+24
2018-10-23Merge tag 'spi-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-3/+3
2018-10-22perf scripts python: call-graph-from-sql.py: Use SPDX license identifierAdrian Hunter1-11/+3
2018-10-22perf trace: Introduce per-event maximum number of events propertyArnaldo Carvalho de Melo3-2/+38
2018-10-22perf script: Flush output stream after events in verbose modeMilian Wolff1-0/+3
2018-10-22perf script: Allow extended console debug outputMilian Wolff1-1/+3
2018-10-22perf stat: Poll for monitored tasks being aliveJiri Olsa1-0/+24
2018-10-22perf trace: Drop thread refcount in trace__event_handler()Arnaldo Carvalho de Melo1-1/+1
2018-10-22perf trace: Drop addr_location refcountsArnaldo Carvalho de Melo1-3/+5
2018-10-22perf evsel: Mark a evsel as disabled when asking the kernel do disable itArnaldo Carvalho de Melo3-7/+19
2018-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller39-318/+1379
2018-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-45/+123
2018-10-21tools: bpftool: fix completion for "bpftool map update"Quentin Monnet1-1/+1
2018-10-21tools: bpftool: print nb of cmds to stdout (not stderr) for batch modeQuentin Monnet1-1/+2
2018-10-21tools: bpftool: document restriction on '.' in names to pin in bpffsQuentin Monnet2-3/+9
2018-10-21Merge branch 'spi-4.20' into spi-nextMark Brown1-3/+3
2018-10-20selftests/bpf: fix return value comparison for tests in test_libbpf.shQuentin Monnet1-1/+1
2018-10-20bpf, libbpf: simplify and cleanup perf ring buffer walkDaniel Borkmann4-52/+47
2018-10-20bpf, verifier: fix register type dump in xadd and stDaniel Borkmann1-5/+5
2018-10-20bpf: test_sockmap add options to use msg_push_dataJohn Fastabend2-26/+129
2018-10-20bpf: libbpf support for msg_push_dataJohn Fastabend2-1/+21
2018-10-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman12-45/+39
2018-10-20Merge tag 'trace-v4.19-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman1-0/+80
2018-10-20selftests/powerpc: Add a test of wild bctrMichael Ellerman4-2/+161
2018-10-20selftests/powerpc: Fix out-of-tree build errorsMichael Ellerman4-6/+1
2018-10-20selftests/powerpc: Add test to verify rfi flush across a system callNaveen N. Rao5-1/+305
2018-10-20selftests/powerpc: Move UCONTEXT_NIA() into utils.hNaveen N. Rao2-8/+8