Searched refs:drm_pmu (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | drm_pmu.c | 40 struct drm_pmu { struct 73 static struct drm_pmu *add_drm_pmu(struct list_head *pmus, char *line, size_t line_len) in add_drm_pmu() 75 struct drm_pmu *drm; in add_drm_pmu() 166 struct drm_pmu *drm = NULL; in read_drm_pmus_cb() 255 struct drm_pmu *drm = container_of(pmu, struct drm_pmu, pmu); in drm_pmu__exit() 262 struct drm_pmu *drm = container_of(pmu, struct drm_pmu, pmu); in drm_pmu__have_event() 276 struct drm_pmu *drm = container_of(pmu, struct drm_pmu, pmu); in drm_pmu__for_each_event() 305 const struct drm_pmu *drm = container_of(pmu, struct drm_pmu, pmu); in drm_pmu__num_events() 310 static int drm_pmu__index_for_event(const struct drm_pmu *drm, const char *name) in drm_pmu__index_for_event() 319 static int drm_pmu__config_term(const struct drm_pmu *drm, in drm_pmu__config_term() [all …]
|
| H A D | Build | 90 perf-util-y += drm_pmu.o
|
| /linux/tools/perf/tests/shell/ |
| H A D | drm_pmu.sh | 7 output=$(mktemp /tmp/perf.drm_pmu.XXXXXX.txt)
|