Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/tracing/ftrace_test/ftrace_stress/
Dftrace_tracing_cpumask.sh30 group_cnt=$((nr_cpus / 32))
37 group_cnt=1
46 while [ $i -lt $group_cnt ]; do
67 if [ $group_cnt -gt 1 ]; then
/external/elfutils/src/
Dstrip.c997 Elf32_Word group_cnt; in handle_elf() member
1318 shdr_info[cnt].group_cnt = inner - 1; in handle_elf()
1390 --shdr_info[idx].group_cnt; in handle_elf()
1391 if ((!is_comdat && shdr_info[idx].group_cnt == 1) in handle_elf()
1392 || (is_comdat && shdr_info[idx].group_cnt == 0)) in handle_elf()