index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-26
samples/kretprobes: Fix return value if register_kretprobe() failed
Tiezhu Yang
1
-1
/
+1
2021-10-26
lib/bootconfig: Fix the xbc_get_info kerneldoc
Masami Hiramatsu
1
-2
/
+2
2021-10-26
kprobes: Add a test case for stacktrace from kretprobe handler
Masami Hiramatsu
3
-0
/
+171
2021-10-26
lib/bootconfig: Make xbc_alloc_mem() and xbc_free_mem() as __init function
Masami Hiramatsu
1
-2
/
+2
2021-10-26
ftrace/sh: Add arch_ftrace_ops_list_func stub to have compressed image still link
Steven Rostedt (VMware)
1
-0
/
+3
2021-10-26
tracing/hwlat: Make some internal symbols static
Wang ShaoBo
1
-2
/
+2
2021-10-26
tracing: Fix missing trace_boot_init_histograms kstrdup NULL checks
Mathieu Desnoyers
1
-0
/
+4
2021-10-25
trace/timerlat: Add migrate-disabled field to the timerlat header
Daniel Bristot de Oliveira
1
-5
/
+6
2021-10-25
trace/osnoise: Add migrate-disabled field to the osnoise header
Daniel Bristot de Oliveira
1
-7
/
+7
2021-10-25
tracing/doc: Fix typos on the timerlat tracer documentation
Daniel Bristot de Oliveira
1
-12
/
+12
2021-10-25
trace/osnoise: Fix an ifdef comment
Daniel Bristot de Oliveira
1
-1
/
+1
2021-10-25
perf/core: allow ftrace for functions in kernel/event/core.c
Song Liu
1
-5
/
+0
2021-10-25
tools/latency-collector: Use correct size when writing queue_full_warning
Viktor Rosendahl
1
-1
/
+1
2021-10-25
ftrace: Make ftrace_profile_pages_init static
chongjiapeng
1
-1
/
+1
2021-10-22
ARM: Recover kretprobe modified return address in stacktrace
Masami Hiramatsu
4
-0
/
+28
2021-10-22
ARM: kprobes: Make a frame pointer on __kretprobe_trampoline
Masami Hiramatsu
1
-4
/
+24
2021-10-22
ARM: clang: Do not rely on lr register for stacktrace
Masami Hiramatsu
1
-2
/
+1
2021-10-22
arm64: Recover kretprobe modified return address in stacktrace
Masami Hiramatsu
3
-0
/
+12
2021-10-22
arm64: kprobes: Make a frame pointer on __kretprobe_trampoline
Masami Hiramatsu
1
-0
/
+4
2021-10-22
arm64: kprobes: Record frame pointer with kretprobe instance
Masami Hiramatsu
1
-2
/
+2
2021-10-22
x86/unwind: Compile kretprobe fixup code only if CONFIG_KRETPROBES=y
Masami Hiramatsu
1
-0
/
+6
2021-10-21
kprobes: convert tests to kunit
Sven Schnelle
3
-167
/
+61
2021-10-21
tracing: use %ps format string to print symbols
Arnd Bergmann
1
-10
/
+5
2021-10-21
tracing: Explain the trace recursion transition bit better
Steven Rostedt (VMware)
1
-2
/
+6
2021-10-21
ftrace/direct: Do not disable when switching direct callers
Steven Rostedt (VMware)
1
-14
/
+20
2021-10-21
ftrace/samples: Add multi direct interface test module
Jiri Olsa
2
-0
/
+53
2021-10-21
ftrace: Add multi direct modify interface
Jiri Olsa
2
-0
/
+68
2021-10-21
ftrace: Add multi direct register/unregister interface
Jiri Olsa
2
-0
/
+153
2021-10-21
ftrace: Add ftrace_add_rec_direct function
Jiri Olsa
1
-27
/
+37
2021-10-21
tracing: Fix selftest config check for function graph start up test
Steven Rostedt (VMware)
1
-1
/
+5
2021-10-20
tracing: Add trampoline/graph selftest
Jiri Olsa
1
-1
/
+53
2021-10-20
x86/ftrace: Make function graph use ftrace directly
Steven Rostedt (VMware)
5
-35
/
+55
2021-10-20
ftrace/x86_64: Have function graph tracer depend on DYNAMIC_FTRACE
Steven Rostedt (VMware)
1
-1
/
+1
2021-10-19
x86/ftrace: Remove fault protection code in prepare_ftrace_return
Steven Rostedt (VMware)
1
-35
/
+3
2021-10-19
x86/ftrace: Remove extra orig rax move
Jiri Olsa
1
-1
/
+0
2021-10-19
tracing/perf: Add interrupt_context_level() helper
Steven Rostedt (VMware)
4
-18
/
+24
2021-10-19
tracing: Reuse logic from perf's get_recursion_context()
Steven Rostedt (VMware)
2
-11
/
+12
2021-10-19
tracing/cfi: Fix cmp_entries_* functions signature mismatch
Kalesh Singh
1
-17
/
+23
2021-10-19
tracing: Use linker magic instead of recasting ftrace_ops_list_func()
Steven Rostedt (VMware)
3
-17
/
+28
2021-10-13
tracing: in_irq() cleanup
Changbin Du
2
-2
/
+2
2021-10-10
ftrace: Add unit test for removing trace function
Carles Pey
1
-0
/
+34
2021-10-10
bootconfig: Cleanup dummy headers in tools/bootconfig
Masami Hiramatsu
11
-91
/
+93
2021-10-10
bootconfig: Replace u16 and u32 with uint16_t and uint32_t
Masami Hiramatsu
4
-27
/
+25
2021-10-10
tools/bootconfig: Print all error message in stderr
Masami Hiramatsu
3
-16
/
+2
2021-10-10
bootconfig: Remove unused debug function
Masami Hiramatsu
2
-24
/
+0
2021-10-10
bootconfig: Split parse-tree part from xbc_init
Masami Hiramatsu
1
-45
/
+54
2021-10-10
bootconfig: Rename xbc_destroy_all() to xbc_exit()
Masami Hiramatsu
4
-7
/
+7
2021-10-10
tools/bootconfig: Run test script when build all
Masami Hiramatsu
1
-1
/
+1
2021-10-10
bootconfig: Add xbc_get_info() for the node information
Masami Hiramatsu
4
-0
/
+25
2021-10-10
bootconfig: Allocate xbc_data inside xbc_init()
Masami Hiramatsu
4
-27
/
+27
[next]