Home
last modified time | relevance | path

Searched refs:raw_trace (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dsymbol_conf.h40 raw_trace, member
H A Dsort.c1080 if (symbol_conf.raw_trace) in get_trace_output()
2914 bool raw_trace; member
2947 if (hde->raw_trace) in update_dynamic_len()
3038 if (hde->raw_trace) in __sort__hde_entry()
3293 bool raw_trace, int level) in __dynamic_dimension__add() argument
3301 hde->raw_trace = raw_trace; in __dynamic_dimension__add()
3332 ret = add_evsel_fields(evsel, raw_trace, level); in add_all_dynamic_fields()
3373 bool raw_trace = symbol_conf.raw_trace; in add_dynamic_entry() local
3394 raw_trace = true; in add_dynamic_entry()
3452 (void)raw_trace; in add_dynamic_entry()
[all …]
/linux-6.15/tools/perf/
H A Dbuiltin-top.c1587 OPT_BOOLEAN(0, "raw-trace", &symbol_conf.raw_trace, in cmd_top()
H A Dbuiltin-report.c1457 OPT_BOOLEAN(0, "raw-trace", &symbol_conf.raw_trace, in cmd_report()