Lines Matching defs:_CommandLineOptions
59 struct _CommandLineOptions { struct
62 Char* out_format; /* Format string for callgrind output file name */
63 Bool combine_dumps; /* Dump trace parts into same file? */
64 Bool compress_strings;
65 Bool compress_events;
66 Bool compress_pos;
67 Bool mangle_names;
68 Bool compress_mangled;
69 Bool dump_line;
70 Bool dump_instr;
71 Bool dump_bb;
72 Bool dump_bbs; /* Dump basic block information? */
75 ULong dump_every_bb; /* Dump every xxx BBs. */
78 Bool separate_threads; /* Separate threads in dump? */
79 Int separate_callers; /* Separate dependent on how many callers? */
80 Int separate_recursions; /* Max level of recursions to separate */
81 Bool skip_plt; /* Skip functions in PLT section? */
82 Bool skip_direct_recursion; /* Increment direct recursions the level? */
84 Bool collect_atstart; /* Start in collecting state ? */
85 Bool collect_jumps; /* Collect (cond.) jumps in functions ? */
87 Bool collect_alloc; /* Collect size of allocated memory */
88 Bool collect_systime; /* Collect time for system calls */
90 Bool collect_bus; /* Collect global bus events */
93 Bool instrument_atstart; /* Instrument at start? */
94 Bool simulate_cache; /* Call into cache simulator ? */
95 Bool simulate_branch; /* Call into branch prediction simulator ? */
98 Bool pop_on_jump; /* Handle a jump between functions as ret+call */
101 Int verbose;
102 ULong verbose_start;