Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace.h2316 int get_snapshot_map(struct trace_array *tr);
2358 static inline int get_snapshot_map(struct trace_array *tr) { return 0; } in get_snapshot_map() function
H A Dtrace.c7458 ret = get_snapshot_map(iter->tr); in tracing_buffers_mmap()