Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/
H A Dbuiltin-lock.c1580 } lock_type_table[] = { variable
1602 for (unsigned int i = 0; i < ARRAY_SIZE(lock_type_table); i++) { in get_type_str()
1603 if (lock_type_table[i].flags == flags) in get_type_str()
1604 return lock_type_table[i].str; in get_type_str()
1613 for (unsigned int i = 0; i < ARRAY_SIZE(lock_type_table); i++) { in get_type_name()
1614 if (lock_type_table[i].flags == flags) in get_type_name()
1615 return lock_type_table[i].name; in get_type_name()
2321 for (unsigned int i = 0; i < ARRAY_SIZE(lock_type_table); i++) { in parse_lock_type()
2322 if (!strcmp(lock_type_table[i].str, tok) && in parse_lock_type()
2323 add_lock_type(lock_type_table[i].flags)) { in parse_lock_type()
[all …]