aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-26samples/kretprobes: Fix return value if register_kretprobe() failedTiezhu Yang1-1/+1
2021-10-26lib/bootconfig: Fix the xbc_get_info kerneldocMasami Hiramatsu1-2/+2
2021-10-26kprobes: Add a test case for stacktrace from kretprobe handlerMasami Hiramatsu3-0/+171
2021-10-26lib/bootconfig: Make xbc_alloc_mem() and xbc_free_mem() as __init functionMasami Hiramatsu1-2/+2
2021-10-26ftrace/sh: Add arch_ftrace_ops_list_func stub to have compressed image still linkSteven Rostedt (VMware)1-0/+3
2021-10-26tracing/hwlat: Make some internal symbols staticWang ShaoBo1-2/+2
2021-10-26tracing: Fix missing trace_boot_init_histograms kstrdup NULL checksMathieu Desnoyers1-0/+4
2021-10-25trace/timerlat: Add migrate-disabled field to the timerlat headerDaniel Bristot de Oliveira1-5/+6
2021-10-25trace/osnoise: Add migrate-disabled field to the osnoise headerDaniel Bristot de Oliveira1-7/+7
2021-10-25tracing/doc: Fix typos on the timerlat tracer documentationDaniel Bristot de Oliveira1-12/+12
2021-10-25trace/osnoise: Fix an ifdef commentDaniel Bristot de Oliveira1-1/+1
2021-10-25perf/core: allow ftrace for functions in kernel/event/core.cSong Liu1-5/+0
2021-10-25tools/latency-collector: Use correct size when writing queue_full_warningViktor Rosendahl1-1/+1
2021-10-25ftrace: Make ftrace_profile_pages_init staticchongjiapeng1-1/+1
2021-10-22ARM: Recover kretprobe modified return address in stacktraceMasami Hiramatsu4-0/+28
2021-10-22ARM: kprobes: Make a frame pointer on __kretprobe_trampolineMasami Hiramatsu1-4/+24
2021-10-22ARM: clang: Do not rely on lr register for stacktraceMasami Hiramatsu1-2/+1
2021-10-22arm64: Recover kretprobe modified return address in stacktraceMasami Hiramatsu3-0/+12
2021-10-22arm64: kprobes: Make a frame pointer on __kretprobe_trampolineMasami Hiramatsu1-0/+4
2021-10-22arm64: kprobes: Record frame pointer with kretprobe instanceMasami Hiramatsu1-2/+2
2021-10-22x86/unwind: Compile kretprobe fixup code only if CONFIG_KRETPROBES=yMasami Hiramatsu1-0/+6
2021-10-21kprobes: convert tests to kunitSven Schnelle3-167/+61
2021-10-21tracing: use %ps format string to print symbolsArnd Bergmann1-10/+5
2021-10-21tracing: Explain the trace recursion transition bit betterSteven Rostedt (VMware)1-2/+6
2021-10-21ftrace/direct: Do not disable when switching direct callersSteven Rostedt (VMware)1-14/+20
2021-10-21ftrace/samples: Add multi direct interface test moduleJiri Olsa2-0/+53
2021-10-21ftrace: Add multi direct modify interfaceJiri Olsa2-0/+68
2021-10-21ftrace: Add multi direct register/unregister interfaceJiri Olsa2-0/+153
2021-10-21ftrace: Add ftrace_add_rec_direct functionJiri Olsa1-27/+37
2021-10-21tracing: Fix selftest config check for function graph start up testSteven Rostedt (VMware)1-1/+5
2021-10-20tracing: Add trampoline/graph selftestJiri Olsa1-1/+53
2021-10-20x86/ftrace: Make function graph use ftrace directlySteven Rostedt (VMware)5-35/+55
2021-10-20ftrace/x86_64: Have function graph tracer depend on DYNAMIC_FTRACESteven Rostedt (VMware)1-1/+1
2021-10-19x86/ftrace: Remove fault protection code in prepare_ftrace_returnSteven Rostedt (VMware)1-35/+3
2021-10-19x86/ftrace: Remove extra orig rax moveJiri Olsa1-1/+0
2021-10-19tracing/perf: Add interrupt_context_level() helperSteven Rostedt (VMware)4-18/+24
2021-10-19tracing: Reuse logic from perf's get_recursion_context()Steven Rostedt (VMware)2-11/+12
2021-10-19tracing/cfi: Fix cmp_entries_* functions signature mismatchKalesh Singh1-17/+23
2021-10-19tracing: Use linker magic instead of recasting ftrace_ops_list_func()Steven Rostedt (VMware)3-17/+28
2021-10-13tracing: in_irq() cleanupChangbin Du2-2/+2
2021-10-10ftrace: Add unit test for removing trace functionCarles Pey1-0/+34
2021-10-10bootconfig: Cleanup dummy headers in tools/bootconfigMasami Hiramatsu11-91/+93
2021-10-10bootconfig: Replace u16 and u32 with uint16_t and uint32_tMasami Hiramatsu4-27/+25
2021-10-10tools/bootconfig: Print all error message in stderrMasami Hiramatsu3-16/+2
2021-10-10bootconfig: Remove unused debug functionMasami Hiramatsu2-24/+0
2021-10-10bootconfig: Split parse-tree part from xbc_initMasami Hiramatsu1-45/+54
2021-10-10bootconfig: Rename xbc_destroy_all() to xbc_exit()Masami Hiramatsu4-7/+7
2021-10-10tools/bootconfig: Run test script when build allMasami Hiramatsu1-1/+1
2021-10-10bootconfig: Add xbc_get_info() for the node informationMasami Hiramatsu4-0/+25
2021-10-10bootconfig: Allocate xbc_data inside xbc_init()Masami Hiramatsu4-27/+27