Home
last modified time | relevance | path

Searched refs:lock_type_table (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/
H A Dbuiltin-lock.c1478 } lock_type_table[] = { in dump_map()
1500 for (unsigned int i = 0; i < ARRAY_SIZE(lock_type_table); i++) {
1501 if (lock_type_table[i].flags == flags)
1502 return lock_type_table[i].flags_name;
1511 for (unsigned int i = 0; i < ARRAY_SIZE(lock_type_table); i++) { in process_event_update()
1512 if (lock_type_table[i].flags == flags) in process_event_update()
1513 return lock_type_table[i].lock_name; in process_event_update()
2259 for (unsigned int i = 0; i < ARRAY_SIZE(lock_type_table); i++) { in __cmd_record()
2260 if (!strcmp(lock_type_table[i].flags_name, tok) && in __cmd_record()
2261 add_lock_type(lock_type_table[ in __cmd_record()
1580 } lock_type_table[] = { global() variable
[all...]