Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/scripting-engines/
Dtrace-event-python.c68 if (field_type == PRINT_SYMBOL) in define_value()
113 if (field_type == PRINT_SYMBOL) in define_field()
162 case PRINT_SYMBOL: in define_event_symbols()
164 define_field(PRINT_SYMBOL, ev_name, cur_field_name, NULL); in define_event_symbols()
165 define_values(PRINT_SYMBOL, args->symbol.symbols, ev_name, in define_event_symbols()
Dtrace-event-perl.c203 case PRINT_SYMBOL: in define_event_symbols()
/external/linux-tools-perf/util/
Dtrace-event.h113 PRINT_SYMBOL, enumerator
Dtrace-event-parse.c1434 case PRINT_FIELD ... PRINT_SYMBOL: in arg_num_eval()
1459 case PRINT_FIELD ... PRINT_SYMBOL: in arg_eval()
1575 arg->type = PRINT_SYMBOL; in process_symbols()
2081 case PRINT_SYMBOL: in eval_num_arg()
2261 case PRINT_SYMBOL: in print_str_arg()
2977 case PRINT_SYMBOL: in print_args()