Home
last modified time | relevance | path

Searched defs:source_count (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/
H A Dexpr.c29 int source_count; member
155 expr__add_id_val_source_count(struct expr_parse_ctx * ctx,const char * id,double val,int source_count) expr__add_id_val_source_count() argument
[all...]
H A Dstat-shadow.c56 int source_count = 0, tool_aggr_idx; prepare_metric() local
H A Dpython.c1345 int ret, source_count = 0; in prepare_metric() local
/linux/tools/perf/pmu-events/
H A Dmetric.py574 def source_count(event: Event) -> Function: global() function