Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Denv.h49 unsigned int max_branches; member
86 unsigned int max_branches; member
H A Denv.c466 unsigned int *max_branches, in __perf_env__read_core_pmu_caps() argument
494 *max_branches = atoi(pcaps->value); in __perf_env__read_core_pmu_caps()
531 &env->max_branches, in perf_env__read_core_pmu_caps()
545 &pmu_caps[i].max_branches, in perf_env__read_core_pmu_caps()
H A Dheader.c3479 char ***caps, unsigned int *max_branches, in __process_pmu_caps() argument
3514 *max_branches = atoi(value); in __process_pmu_caps()
3547 &env->max_branches, in process_cpu_pmu_caps()
3579 &pmu_caps[i].max_branches, in process_pmu_caps()
H A Dmachine.c2806 !env ? 0 : env->max_branches, in thread__resolve_callchain_sample()