Home
last modified time | relevance | path

Searched refs:source_count (Results 1 – 6 of 6) sorted by relevance

/tools/perf/util/
A Dexpr.c29 int source_count; member
155 double val, int source_count) in expr__add_id_val_source_count() argument
165 data_ptr->val.source_count = source_count; in expr__add_id_val_source_count()
173 data_ptr->val.source_count += old_data->val.source_count; in expr__add_id_val_source_count()
393 return data->val.source_count; in expr_id_data__source_count()
A Dstat-shadow.c386 int source_count = 0; in prepare_metric() local
425 source_count = 1; in prepare_metric()
446 source_count = 1; in prepare_metric()
463 source_count = 0; in prepare_metric()
466 if (!source_count) in prepare_metric()
467 source_count = evsel__source_count(metric_events[i]); in prepare_metric()
474 expr__add_id_val_source_count(pctx, n, val, source_count); in prepare_metric()
A Dexpr.h39 double val, int source_count);
A Dexpr.l123 source_count { return SOURCE_COUNT; }
A Dexpr.y91 bool compute_ids, bool source_count)
104 result.val = source_count
/tools/perf/pmu-events/
A Dmetric.py405 def source_count(event: Event) -> Function: function

Completed in 13 milliseconds