cpufreq: governor: Always schedule work on the CPU running update
[deliverable/linux.git] / drivers / media / v4l2-core / vb2-trace.c
CommitLineData
b0e0e1f8
JS
1#include <media/videobuf2-core.h>
2
3#define CREATE_TRACE_POINTS
4#include <trace/events/vb2.h>
5
6EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_buf_done);
7EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_buf_queue);
8EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_dqbuf);
9EXPORT_TRACEPOINT_SYMBOL_GPL(vb2_qbuf);
This page took 0.043295 seconds and 5 git commands to generate.