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/util/
trace-event-read.c 156 str = malloc_or_die(size);
171 buf = malloc_or_die(size + 1);
189 buf = malloc_or_die(size);
222 header_event = malloc_or_die(size);
231 buf = malloc_or_die(size);
241 buf = malloc_or_die(size);
457 data = malloc_or_die(sizeof(*data));
trace-event-info.c 107 void *malloc_or_die(unsigned int size) function
142 tracing = malloc_or_die(strlen(debugfs) + 9);
159 file = malloc_or_die(strlen(tracing) + strlen(name) + 2);
330 format = malloc_or_die(strlen(sys) + strlen(dent->d_name) + 10);
348 format = malloc_or_die(strlen(sys) + strlen(dent->d_name) + 10);
424 sys = malloc_or_die(strlen(path) + strlen(dent->d_name) + 2);
trace-event-parse.c 100 item = malloc_or_die(sizeof(*item));
109 cmdlines = malloc_or_die(sizeof(*cmdlines) * cmdline_count);
161 item = malloc_or_die(sizeof(*item));
182 func_list = malloc_or_die(sizeof(*func_list) * (func_count + 1));
305 item = malloc_or_die(sizeof(*item));
315 printk_list = malloc_or_die(sizeof(*printk_list) * printk_count + 1);
345 event = malloc_or_die(sizeof(*event));
462 *tok = malloc_or_die(2);
805 field = malloc_or_die(sizeof(*field));
1044 arg = malloc_or_die(sizeof(*arg))
    [all...]
trace-event.h 173 void *malloc_or_die(unsigned int size);

Completed in 53 milliseconds