mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
perf probe: Add --dry-run option
Add --dry-run option for debugging and testing. Signed-off-by: Masami Hiramatsu <mhiramat@redhat.com> Cc: systemtap <systemtap@sources.redhat.com> Cc: DLE <dle-develop@lists.sourceforge.net> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Paul Mackerras <paulus@samba.org> Cc: Mike Galbraith <efault@gmx.de> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> LKML-Reference: <20100316220605.32050.6571.stgit@localhost6.localdomain6> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
016f262e4f
commit
f4d7da499e
4 changed files with 24 additions and 8 deletions
|
@ -5,6 +5,8 @@
|
|||
#include "probe-finder.h"
|
||||
#include "strlist.h"
|
||||
|
||||
extern bool probe_event_dry_run;
|
||||
|
||||
extern void parse_line_range_desc(const char *arg, struct line_range *lr);
|
||||
extern void parse_perf_probe_event(const char *str, struct probe_point *pp,
|
||||
bool *need_dwarf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue