Searched refs:total_cycles (Results 1 - 9 of 9) sorted by relevance

/linux-master/tools/perf/util/
H A Dblock-info.h19 u64 total_cycles; member in struct:block_info
30 u64 total_cycles; member in struct:block_fmt
71 u64 *block_cycles_aggr, u64 total_cycles);
74 u64 total_cycles,
H A Dblock-info.c101 u64 total_cycles)
110 bi->total_cycles = total_cycles;
117 u64 *block_cycles_aggr, u64 total_cycles)
145 total_cycles);
203 if (block_fmt->total_cycles)
204 ratio = (double)bi->cycles_aggr / (double)block_fmt->total_cycles;
218 if (block_fmt->total_cycles) {
220 (double)block_fmt->total_cycles) * 100000.0;
222 (double)block_fmt->total_cycles) * 100000.
99 init_block_info(struct block_info *bi, struct symbol *sym, struct cyc_hist *ch, int offset, u64 total_cycles) argument
116 block_info__process_sym(struct hist_entry *he, struct block_hist *bh, u64 *block_cycles_aggr, u64 total_cycles) argument
402 process_block_report(struct hists *hists, struct block_report *block_report, u64 total_cycles, int *block_hpps, int nr_hpps) argument
433 block_info__create_report(struct evlist *evlist, u64 total_cycles, int *block_hpps, int nr_hpps, int *nr_reps) argument
[all...]
H A Dhist.h555 u64 *total_cycles);
H A Dhist.c2670 u64 *total_cycles)
2697 if (total_cycles)
2698 *total_cycles += bi[i].flags.cycles;
2668 hist__account_cycles(struct branch_stack *bs, struct addr_location *al, struct perf_sample *sample, bool nonany_branch_mode, u64 *total_cycles) argument
/linux-master/drivers/net/wireless/ti/wl18xx/
H A Dscan.h66 u8 total_cycles; /* 0 - infinite */ member in struct:wl18xx_cmd_scan_params
H A Dscan.c85 cmd->total_cycles = 1;
233 cmd->total_cycles = 0;
/linux-master/drivers/clocksource/
H A Dsh_cmt.c107 u64 total_cycles; member in struct:sh_cmt_channel
541 ch->total_cycles += ch->match_value + 1;
648 value = ch->total_cycles;
668 ch->total_cycles = 0;
/linux-master/tools/perf/
H A Dbuiltin-report.c113 u64 total_cycles; member in struct:report
330 &rep->total_cycles);
1134 rep->total_cycles,
H A Dbuiltin-script.c1167 int insn, FILE *fp, int *total_cycles,
1194 *total_cycles += en->flags.cycles;
1195 printed += fprintf(fp, " %d cycles [%d]", en->flags.cycles, *total_cycles);
1256 int total_cycles = 0; local
1277 &x, buffer, len, 0, fp, &total_cycles,
1309 &total_cycles, attr, thread);
1165 ip__fprintf_jump(uint64_t ip, struct branch_entry *en, struct perf_insn *x, u8 *inbuf, int len, int insn, FILE *fp, int *total_cycles, struct perf_event_attr *attr, struct thread *thread) argument

Completed in 152 milliseconds