Searched refs:id_idx (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_linux_trace.h | 317 unsigned int id_idx, u64 read_val, u64 used_pages), 318 TP_ARGS(katom, reg, id_idx, read_val, used_pages), 324 __field(u8, id_idx) 332 __entry->id_idx = id_idx; 333 __entry->jit_id = katom->jit_ids[id_idx]; 336 __entry->start_addr, __entry->id_idx, __entry->jit_id,
|
| /OK3568_Linux_fs/kernel/tools/lib/perf/ |
| H A D | evlist.c | 253 int id_idx = 1; /* The first entry is the counter value */ in perf_evlist__id_add_fd() local 278 ++id_idx; in perf_evlist__id_add_fd() 280 ++id_idx; in perf_evlist__id_add_fd() 282 id = read_data[id_idx]; in perf_evlist__id_add_fd()
|