OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oa_config
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_perf.h
45
i915_oa_config_get(struct i915_oa_config *
oa_config
)
47
if (kref_get_unless_zero(&
oa_config
->ref))
48
return
oa_config
;
54
static inline void i915_oa_config_put(struct i915_oa_config *
oa_config
)
56
if (!
oa_config
)
59
kref_put(&
oa_config
->ref, i915_oa_config_release);
i915_query.c
219
struct i915_oa_config *
oa_config
;
local
261
oa_config
= NULL;
265
oa_config
= i915_oa_config_get(tmp);
274
oa_config
= i915_perf_get_oa_config(perf, config_id);
276
if (!
oa_config
)
287
oa_config
->b_counter_regs_len);
293
oa_config
->flex_regs_len);
299
oa_config
->mux_regs_len);
303
ret = copy_perf_config_registers_or_number(
oa_config
->b_counter_regs,
304
oa_config
->b_counter_regs_len
[
all
...]
i915_perf.c
398
struct i915_oa_config *
oa_config
;
member in struct:i915_oa_config_bo
410
struct i915_oa_config *
oa_config
=
local
411
container_of(ref, typeof(*
oa_config
), ref);
413
kfree(__UNCONST(
oa_config
->flex_regs));
414
kfree(__UNCONST(
oa_config
->b_counter_regs));
415
kfree(__UNCONST(
oa_config
->mux_regs));
417
kfree_rcu(
oa_config
, rcu);
423
struct i915_oa_config *
oa_config
;
local
427
oa_config
= &perf->test_config;
429
oa_config
= idr_find(&perf->metrics_idr, metrics_set)
2521
struct i915_
oa_config
*
oa_config
= stream->
oa_config
;
local
2575
struct i915_
oa_config
*
oa_config
= stream->
oa_config
;
local
4205
struct i915_
oa_config
*
oa_config
=
local
4253
struct i915_
oa_config
*
oa_config
, *tmp;
local
4409
struct i915_
oa_config
*
oa_config
;
local
[
all
...]
i915_perf_types.h
201
* @
oa_config
: The OA configuration used by the stream.
203
struct i915_oa_config *
oa_config
;
member in struct:i915_perf_stream
207
* each time @
oa_config
changes.
Completed in 23 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026