Home
last modified time | relevance | path

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

/tools/perf/tests/
Ddwarf-unwind.c57 #define MAX_STACK 8 macro
63 static const char *funcs[MAX_STACK] = { in unwind_entry()
78 MAX_STACK - *cnt - 1 : *cnt; in unwind_entry()
80 if (*cnt >= MAX_STACK) { in unwind_entry()
81 pr_debug("failed: crossed the max stack value %d\n", MAX_STACK); in unwind_entry()
111 &sample, MAX_STACK); in test_dwarf_unwind__thread()
114 else if (cnt != MAX_STACK) { in test_dwarf_unwind__thread()
116 cnt, MAX_STACK); in test_dwarf_unwind__thread()
/tools/perf/util/
Dparse-events.c1216 ADD_CONFIG_TERM(MAX_STACK, max_stack, term->val.num); in get_config_terms()