Searched defs:perf_buffer (Results 1 – 3 of 3) sorted by relevance
13 struct perf_buffer { struct14 refcount_t refcount;15 struct rcu_head rcu_head;17 struct work_struct work;18 int page_order; /* allocation order */20 int nr_pages; /* nr of data pages */24 atomic_t poll; /* POLL_ for wakeups */33 long aux_watermark;35 spinlock_t event_lock;36 struct list_head event_list;[all …]
464 struct perf_buffer { struct465 perf_buffer_event_fn event_cb; argument466 perf_buffer_sample_fn sample_cb; argument467 perf_buffer_lost_fn lost_cb; argument482 struct perf_buffer *pb = ctx->perfbuf; in perfbuf_custom_consumer() argument
10470 struct perf_buffer { struct10471 perf_buffer_event_fn event_cb; argument10472 perf_buffer_sample_fn sample_cb; argument10473 perf_buffer_lost_fn lost_cb; argument10485 static void perf_buffer__free_cpu_buf(struct perf_buffer *pb, in perf_buffer__free_cpu_buf() argument
Completed in 26 milliseconds