aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-24selftests/ftrace: Add wakeup tracer testcaseMasami Hiramatsu2-0/+26
2018-10-24selftests/ftrace: Add stacktrace ftrace filter command testcaseMasami Hiramatsu1-0/+12
2018-10-24selftests/ftrace: Add trace_pipe testcaseMasami Hiramatsu1-0/+16
2018-10-24selftests/ftrace: Add function filter on module testcaseMasami Hiramatsu1-0/+24
2018-10-24selftests/ftrace: Add max stack tracer testcaseMasami Hiramatsu1-0/+39
2018-10-24selftests/ftrace: Add function profiling stat testcaseMasami Hiramatsu1-0/+22
2018-10-24selftests/ftrace: Add ringbuffer size changing testcaseMasami Hiramatsu1-0/+22
2018-10-24selftests/ftrace: Add trace_printk sample module testMasami Hiramatsu1-0/+27
2018-10-24selftests/ftrace: Add kprobe-event with symbol argument testMasami Hiramatsu2-0/+40
2018-10-24selftests/ftrace: Add kprobe profile testcaseMasami Hiramatsu1-0/+15
2018-10-24selftests/ftrace: Add kprobe event with $comm argument testcaseMasami Hiramatsu1-0/+17
2018-10-24selftests/ftrace: Check set_event_pid resultMasami Hiramatsu1-0/+1
2018-10-24selftests/ftrace: Test kprobe-event argument with various bitsizeMasami Hiramatsu1-16/+32
2018-10-24selftests/ftrace: Improve kretprobe testcase to check log dataMasami Hiramatsu1-1/+6
2018-10-24selftests/ftrace: Improve kprobe testcase to check log dataMasami Hiramatsu1-1/+5
2018-10-24selftests/ftrace: Improve kprobe on module testcase to load/unload moduleMasami Hiramatsu2-3/+36
2018-10-24selftests/ftrace: Use loopback address instead of localhostMasami Hiramatsu11-25/+14
2018-10-24selftests/ftrace: Fix checkbashisms errorsMasami Hiramatsu1-2/+2
2018-10-24selftests/ftrace: Fix to test kprobe $comm arg only if availableMasami Hiramatsu1-0/+3
2018-10-24selftests/ftrace: Remove unneeded per-test init/cleanup ftraceMasami Hiramatsu44-378/+1
2018-10-24selftests/ftrace: Cleanup ftrace after running testMasami Hiramatsu1-0/+1
2018-10-24selftests/ftrace: Add SPDX License Identifier to templateMasami Hiramatsu1-0/+1
2018-10-24selftests/ftrace: More initialize features in initialize_ftraceMasami Hiramatsu1-0/+5
2018-10-24selftests/ftrace: Add case number prefix to logfileMasami Hiramatsu1-2/+2
2018-10-24selftests/ftrace: Add --console hidden optionMasami Hiramatsu1-1/+13
2018-10-24selftests/ftrace: Add --stop-fail hidden option for debugMasami Hiramatsu1-0/+13
2018-10-24perf script: Support total cycles countAndi Kleen1-4/+7
2018-10-24perf script: Implement --graph-functionAndi Kleen4-19/+86
2018-10-24tools script: Add --call-trace and --call-ret-traceAndi Kleen2-0/+31
2018-10-24perf script: Make itrace script default to all callsAndi Kleen7-13/+30
2018-10-24perf script: Add --insn-trace for instruction decodingAndi Kleen3-0/+49
2018-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds92-1080/+9120
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 database tablesAdrian Hunter1-0/+694
2018-10-23perf scripts python: exported-sql-viewer.py: Add ability to shrink / enlarge fontAdrian Hunter1-0/+24
2018-10-23perf scripts python: exported-sql-viewer.py: Add ability to find symbols in the call-graphAdrian Hunter1-1/+305
2018-10-23perf scripts python: exported-sql-viewer.py: Add support for multiple sub-windowsAdrian 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 TreeModelAdrian 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 into a classAdrian 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/git/tip/tipLinus Torvalds6-10/+15
2018-10-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds102-3497/+5370