From 2fa2a091a0b248855d7f77aa20677ef4c7a7cc61 Mon Sep 17 00:00:00 2001 From: Nobuhiro Tachino Date: Tue, 16 Sep 2008 22:04:02 -0400 Subject: add new stap -F (flight recorder) option that just passes through to staprun -L --- session.h | 1 + 1 file changed, 1 insertion(+) (limited to 'session.h') diff --git a/session.h b/session.h index 22575e8d..b8bd971a 100644 --- a/session.h +++ b/session.h @@ -104,6 +104,7 @@ struct systemtap_session bool prologue_searching; bool tapset_compile_coverage; bool need_uprobes; + bool load_only; // flight recorder mode // Cache data bool use_cache; -- cgit