summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorJiri Olsa <jolsa@redhat.com>2012-06-19 17:47:52 +0200
committerSteven Rostedt <rostedt@goodmis.org>2012-08-07 09:42:47 -0400
commit92d8d4a8b0f4c6eba70f6e62b48e38bd005a56e6 (patch)
treee54aaf1cb242cf09eaedc4bd3f79c30f97499879 /tools/perf/scripts/python/export-to-sqlite.py
parent3c18c10bde65b6dcaffab7a4d040285e4defa49b (diff)
downloadkernel-92d8d4a8b0f4c6eba70f6e62b48e38bd005a56e6.tar.gz
tracing/filter: Add missing initialization
Add missing initialization for ret variable. Its initialization is based on the re_cnt variable, which is being set deep down in the ftrace_function_filter_re function. I'm not sure compilers would be smart enough to see this in near future, so killing the warning this way. Link: http://lkml.kernel.org/r/1340120894-9465-2-git-send-email-jolsa@redhat.com Signed-off-by: Jiri Olsa <jolsa@redhat.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
>2024-10-29s390/entry: Remove __GMAP_ASCE and use _PIF_GUEST_FAULT againClaudio Imbrenda 2024-10-10ftrace: Make ftrace_regs abstract from direct useSteven Rostedt 2024-08-29s390/entry: Unify save_area_sync and save_area_asyncSven Schnelle 2024-07-23s390/entry: Move SIE indicator flag to thread infoHeiko Carstens 2024-07-23s390: Move CIF flags to struct pcpuSven Schnelle 2024-07-10s390/entry: Pass the asce as parameter to sie64a()Claudio Imbrenda 2024-05-14s390/idle: Rewrite psw_idle() in CSven Schnelle 2024-05-14s390/stackstrace: Detect vdso stack framesHeiko Carstens 2024-05-14s390/vdso: Introduce and use struct stack_frame_vdso_wrapperHeiko Carstens 2023-07-24s390/tracing: pass struct ftrace_regs to ftrace_trace_functionSven Schnelle 2023-07-24s390/ftrace: enable HAVE_FUNCTION_GRAPH_RETVALSven Schnelle 2023-07-03s390/entry: remove mcck clockSven Schnelle