Searched refs:raw_trace (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/perf/util/ |
| A D | symbol_conf.h | 38 raw_trace, member
|
| A D | sort.c | 949 if (symbol_conf.raw_trace) { in get_trace_output() 2795 bool raw_trace; member 2828 if (hde->raw_trace) in update_dynamic_len() 2919 if (hde->raw_trace) in __sort__hde_entry() 3174 bool raw_trace, int level) in __dynamic_dimension__add() argument 3182 hde->raw_trace = raw_trace; in __dynamic_dimension__add() 3214 ret = add_evsel_fields(evsel, raw_trace, level); in add_all_dynamic_fields() 3249 bool raw_trace = symbol_conf.raw_trace; in add_dynamic_entry() local 3270 raw_trace = true; in add_dynamic_entry() 3326 (void)raw_trace; in add_dynamic_entry() [all …]
|
| /linux/tools/perf/ |
| A D | builtin-report.c | 1442 OPT_BOOLEAN(0, "raw-trace", &symbol_conf.raw_trace, in cmd_report()
|
| A D | builtin-top.c | 1583 OPT_BOOLEAN(0, "raw-trace", &symbol_conf.raw_trace, in cmd_top()
|
Completed in 34 milliseconds