Searched refs:aggr_nr (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/perf/util/
H A Dstat-display.c190 struct evsel *evsel, struct aggr_cpu_id id, int aggr_nr)
239 fprintf(output, "%-*s %*d ", aggr_header_lens[idx], buf, 4, aggr_nr);
243 struct evsel *evsel, struct aggr_cpu_id id, int aggr_nr)
251 id.socket, id.die, id.core, sep, aggr_nr, sep);
255 id.socket, id.die, id.cache_lvl, id.cache, sep, aggr_nr, sep);
259 id.socket, id.die, id.cluster, sep, aggr_nr, sep);
263 id.socket, id.die, sep, aggr_nr, sep);
267 id.socket, sep, aggr_nr, sep);
271 id.node, sep, aggr_nr, sep);
297 struct evsel *evsel, struct aggr_cpu_id id, int aggr_nr)
189 print_aggr_id_std(struct perf_stat_config *config, struct evsel *evsel, struct aggr_cpu_id id, int aggr_nr) argument
242 print_aggr_id_csv(struct perf_stat_config *config, struct evsel *evsel, struct aggr_cpu_id id, int aggr_nr) argument
296 print_aggr_id_json(struct perf_stat_config *config, struct evsel *evsel, struct aggr_cpu_id id, int aggr_nr) argument
348 aggr_printout(struct perf_stat_config *config, struct evsel *evsel, struct aggr_cpu_id id, int aggr_nr) argument
365 int aggr_nr; member in struct:outstate
730 abs_printout(struct perf_stat_config *config, struct aggr_cpu_id id, int aggr_nr, struct evsel *evsel, double avg, bool ok) argument
[all...]
/linux-master/drivers/staging/rtl8712/
H A Drtl8712_xmit.c328 pxmitbuf->aggr_nr = 1;
342 pxmitbuf->aggr_nr++;
365 pcmd_hdr->cmd_dw1 = cpu_to_le32((pxmitbuf->aggr_nr & 0xff) |
608 pxmitbuf->aggr_nr = 0;
643 pxmitbuf->aggr_nr <= AGGR_NR_HIGH_BOUND);
645 if (pxmitbuf->aggr_nr > 0)
H A Drtl871x_xmit.h142 u32 aggr_nr; member in struct:xmit_buf

Completed in 176 milliseconds