Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Dparse-events.c163 #define MAX_EVENT_LENGTH 512 macro
209 path->system = malloc(MAX_EVENT_LENGTH); in tracepoint_id_to_path()
214 path->name = malloc(MAX_EVENT_LENGTH); in tracepoint_id_to_path()
221 MAX_EVENT_LENGTH); in tracepoint_id_to_path()
223 MAX_EVENT_LENGTH); in tracepoint_id_to_path()
234 #define TP_PATH_LEN (MAX_EVENT_LENGTH * 2 + 1)
482 #define MAX_EVOPT_LEN (MAX_EVENT_LENGTH * 2 + 2 + 128)
531 char sys_name[MAX_EVENT_LENGTH]; in parse_tracepoint_event()
542 if (sys_length >= MAX_EVENT_LENGTH) in parse_tracepoint_event()
562 if (evt_length >= MAX_EVENT_LENGTH) in parse_tracepoint_event()