Symbol: i915_perf_stream
sys/dev/drm/i915/i915_drv.h
1380
struct i915_perf_stream;
sys/dev/drm/i915/i915_drv.h
1391
void (*enable)(struct i915_perf_stream *stream);
sys/dev/drm/i915/i915_drv.h
1398
void (*disable)(struct i915_perf_stream *stream);
sys/dev/drm/i915/i915_drv.h
1404
void (*poll_wait)(struct i915_perf_stream *stream,
sys/dev/drm/i915/i915_drv.h
1413
int (*wait_unlocked)(struct i915_perf_stream *stream);
sys/dev/drm/i915/i915_drv.h
1433
int (*read)(struct i915_perf_stream *stream,
sys/dev/drm/i915/i915_drv.h
1443
void (*destroy)(struct i915_perf_stream *stream);
sys/dev/drm/i915/i915_drv.h
1568
int (*read)(struct i915_perf_stream *stream,
sys/dev/drm/i915/i915_drv.h
2001
struct i915_perf_stream *exclusive_stream;
sys/dev/drm/i915/i915_perf.c
1070
static int gen7_oa_read(struct i915_perf_stream *stream,
sys/dev/drm/i915/i915_perf.c
1152
static int i915_oa_wait_unlocked(struct i915_perf_stream *stream)
sys/dev/drm/i915/i915_perf.c
1174
static void i915_oa_poll_wait(struct i915_perf_stream *stream,
sys/dev/drm/i915/i915_perf.c
1195
static int i915_oa_read(struct i915_perf_stream *stream,
sys/dev/drm/i915/i915_perf.c
1242
static int oa_get_render_ctx_id(struct i915_perf_stream *stream)
sys/dev/drm/i915/i915_perf.c
1324
static void oa_put_render_ctx_id(struct i915_perf_stream *stream)
sys/dev/drm/i915/i915_perf.c
1353
static void i915_oa_stream_destroy(struct i915_perf_stream *stream)
sys/dev/drm/i915/i915_perf.c
1907
static void i915_oa_stream_enable(struct i915_perf_stream *stream)
sys/dev/drm/i915/i915_perf.c
1945
static void i915_oa_stream_disable(struct i915_perf_stream *stream)
sys/dev/drm/i915/i915_perf.c
1982
static int i915_oa_stream_init(struct i915_perf_stream *stream,
sys/dev/drm/i915/i915_perf.c
2139
struct i915_perf_stream *stream;
sys/dev/drm/i915/i915_perf.c
2176
static ssize_t i915_perf_read_locked(struct i915_perf_stream *stream,
sys/dev/drm/i915/i915_perf.c
2217
struct i915_perf_stream *stream = file->private_data;
sys/dev/drm/i915/i915_perf.c
2303
struct i915_perf_stream *stream,
sys/dev/drm/i915/i915_perf.c
2338
struct i915_perf_stream *stream = file->private_data;
sys/dev/drm/i915/i915_perf.c
2359
static void i915_perf_enable_locked(struct i915_perf_stream *stream)
sys/dev/drm/i915/i915_perf.c
2385
static void i915_perf_disable_locked(struct i915_perf_stream *stream)
sys/dev/drm/i915/i915_perf.c
2409
static long i915_perf_ioctl_locked(struct i915_perf_stream *stream,
sys/dev/drm/i915/i915_perf.c
2440
struct i915_perf_stream *stream = file->private_data;
sys/dev/drm/i915/i915_perf.c
2461
static void i915_perf_destroy_locked(struct i915_perf_stream *stream)
sys/dev/drm/i915/i915_perf.c
2490
struct i915_perf_stream *stream = file->private_data;
sys/dev/drm/i915/i915_perf.c
2546
struct i915_perf_stream *stream = NULL;
sys/dev/drm/i915/i915_perf.c
560
static int append_oa_status(struct i915_perf_stream *stream,
sys/dev/drm/i915/i915_perf.c
596
static int append_oa_sample(struct i915_perf_stream *stream,
sys/dev/drm/i915/i915_perf.c
649
static int gen8_append_oa_reports(struct i915_perf_stream *stream,
sys/dev/drm/i915/i915_perf.c
859
static int gen8_oa_read(struct i915_perf_stream *stream,
sys/dev/drm/i915/i915_perf.c
938
static int gen7_append_oa_reports(struct i915_perf_stream *stream,