Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dstat-shadow.c56 int source_count = 0, tool_aggr_idx; in prepare_metric() local
79 source_count = 1; in prepare_metric()
92 source_count = 0; in prepare_metric()
99 source_count = 0; in prepare_metric()
106 if (!source_count) in prepare_metric()
107 source_count = evsel__source_count(metric_events[i]); in prepare_metric()
114 expr__add_id_val_source_count(pctx, n, val, source_count); in prepare_metric()
H 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()
H A Dexpr.h39 double val, int source_count);
H A Dexpr.y91 bool compute_ids, bool source_count)
104 result.val = source_count
H A Dexpr.l123 source_count { return SOURCE_COUNT; }
H A Dpython.c1345 int ret, source_count = 0; in prepare_metric() local
1368 source_count = 1; in prepare_metric()
1373 if (source_count == 0) in prepare_metric()
1374 source_count = evsel__source_count(cur); in prepare_metric()
1392 ret = expr__add_id_val_source_count(pctx, n, val, source_count); in prepare_metric()
/linux/tools/perf/pmu-events/
H A Dintel_metrics.py10 from metric import (d_ratio, has_event, max, source_count, CheckPmu, Event,
677 ticks_per_cha = ticks / source_count(data_rd_loc_ins)
680 ticks_per_cha = ticks / source_count(data_rd_rem_ins)
H A Dmetric.py574 def source_count(event: Event) -> Function: function
/linux/drivers/crypto/
H A Dhifn_795x.c474 volatile __le16 source_count; member
1064 cry_cmd->source_count = __cpu_to_le16(dlen & 0xffff); in hifn_setup_crypto_command()