Searched refs:MEM_FAIL (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/trace/ |
| A D | trace.c | 3209 if (MEM_FAIL(!buffers, "Could not allocate percpu trace_printk buffer")) in alloc_percpu_trace_buffer() 8802 MEM_FAIL(!tr->percpu_dir, in tracing_dentry_percpu() 9149 MEM_FAIL(topts[cnt].entry == NULL, in create_trace_option_files() 9457 if (MEM_FAIL(ret, "Failed to allocate trace buffer\n")) { in allocate_trace_buffers() 9834 if (MEM_FAIL(!trace_instance_dir, "Failed to create instances directory\n")) in create_trace_instances() 9843 if (MEM_FAIL(trace_array_create_dir(tr) < 0, in create_trace_instances() 9916 MEM_FAIL(1, "Could not allocate function filter files"); in init_tracer_tracefs() 10727 MEM_FAIL(1, "tracer: failed to allocate ring buffer!\n"); in tracer_alloc_buffers() 10823 if (MEM_FAIL(!tracepoint_print_iter, in early_trace_init()
|
| A D | trace.h | 123 #define MEM_FAIL(condition, fmt, ...) \ macro
|
| A D | ftrace.c | 6343 if (MEM_FAIL(!hash, "Failed to allocate hash\n")) in set_ftrace_early_graph() 7643 MEM_FAIL(1, "alloc failure, ftrace filter could be stale\n"); in add_to_clear_hash_list()
|
Completed in 38 milliseconds