Home
last modified time | relevance | path

Searched refs:DIE_FIND_CB_SIBLING (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Ddwarf-aux.h69 DIE_FIND_CB_SIBLING = 2, /* Search only siblings */ enumerator
H A Ddwarf-aux.c509 * DIE_FIND_CB_CHILD and DIE_FIND_CB_SIBLING, those means trace only
534 } while ((ret & DIE_FIND_CB_SIBLING) && in die_find_child()
776 return DIE_FIND_CB_SIBLING; in __die_walk_funclines_cb()
976 return DIE_FIND_CB_SIBLING; in __die_find_variable_cb()
1011 return DIE_FIND_CB_SIBLING; in __die_find_member_cb()
H A Dprobe-finder.c1296 return DIE_FIND_CB_SIBLING; in copy_variables_cb()
1551 return DIE_FIND_CB_SIBLING; in collect_variables_cb()
/kernel/linux/linux-6.6/tools/perf/util/
H A Ddwarf-aux.h72 DIE_FIND_CB_SIBLING = 2, /* Search only siblings */ enumerator
H A Ddwarf-aux.c528 * DIE_FIND_CB_CHILD and DIE_FIND_CB_SIBLING, those means trace only
553 } while ((ret & DIE_FIND_CB_SIBLING) && in die_find_child()
795 return DIE_FIND_CB_SIBLING; in __die_walk_funclines_cb()
1000 return DIE_FIND_CB_SIBLING; in __die_find_variable_cb()
1035 return DIE_FIND_CB_SIBLING; in __die_find_member_cb()
H A Dprobe-finder.c1312 return DIE_FIND_CB_SIBLING; in copy_variables_cb()
1567 return DIE_FIND_CB_SIBLING; in collect_variables_cb()

Completed in 9 milliseconds