HomeSort by relevance Sort by last modified time
    Searched refs:malloc_or_die (Results 1 - 4 of 4) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
event-utils.h 27 void *malloc_or_die(unsigned int size);
parse-utils.c 121 void __weak *malloc_or_die(unsigned int size) function
parse-filter.c 59 error = malloc_or_die(MAX_ERR_STR_SIZE + (len*2) + 3);
98 *tok = malloc_or_die(3);
185 filter = malloc_or_die(sizeof(*filter));
197 arg = malloc_or_die(sizeof(*arg));
250 list = malloc_or_die(sizeof(*list));
286 reg = malloc_or_die(strlen(event_name) + 3);
296 reg = malloc_or_die(strlen(sys_name) + 3);
542 op->str.buffer = malloc_or_die(op->str.field->size + 1);
1213 this_event = malloc_or_die(len + 1);
    [all...]
trace-seq.c 48 s->buffer = malloc_or_die(s->buffer_size);

Completed in 60 milliseconds