Searched refs:raw_size (Results 26 - 49 of 49) sorted by relevance

12

/linux-master/tools/perf/dlfilters/
H A Ddlfilter-test-api-v0.c63 __u32 raw_size; /* Refer PERF_SAMPLE_RAW in <linux/perf_event.h> */ member in struct:perf_dlfilter_sample
H A Ddlfilter-test-api-v2.c69 __u32 raw_size; /* Refer PERF_SAMPLE_RAW in <linux/perf_event.h> */ member in struct:perf_dlfilter_sample
/linux-master/drivers/media/pci/ivtv/
H A Divtv-streams.c403 itv->vbi.enc_size = lines * (raw ? itv->vbi.raw_size : itv->vbi.sliced_size);
412 data[2] = raw ? 4 : 4 * (itv->vbi.raw_size / itv->vbi.enc_size);
432 data[6] = (raw ? itv->vbi.raw_size : itv->vbi.sliced_size);
H A Divtv-driver.h549 u32 raw_size; /* size of raw VBI line from the digitizer */ member in struct:vbi_info
H A Divtv-driver.c1170 itv->vbi.raw_size = 1456;
1177 vbi_buf_size = itv->vbi.raw_size * (itv->is_60hz ? 24 : 36) / 2;
/linux-master/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_compressor.c462 compressor->base.raw_size = 0;
/linux-master/tools/perf/util/
H A Dintel-pt.c1943 sample.raw_size = perf_synth__raw_size(raw);
1973 sample.raw_size = perf_synth__raw_size(raw);
1999 sample.raw_size = perf_synth__raw_size(raw);
2024 sample.raw_size = perf_synth__raw_size(raw);
2049 sample.raw_size = perf_synth__raw_size(raw);
2074 sample.raw_size = perf_synth__raw_size(raw);
2099 sample.raw_size = perf_synth__raw_size(raw);
2435 sample.raw_size = perf_synth__raw_size(raw) +
2469 sample.raw_size = perf_synth__raw_size(raw);
H A Ds390-cpumsf.c230 size_t n = fwrite(sample->raw_data, sample->raw_size - 4, 1,
934 sample->raw_size) {
H A Dhist.c482 he->raw_data = memdup(he->raw_data, he->raw_size);
744 .raw_size = sample->raw_size,
1134 .raw_size = sample->raw_size,
H A Ddlfilter.c541 ASSIGN(raw_size);
H A Dsynthetic-events.c1500 result += sample->raw_size;
1689 u.val32[0] = sample->raw_size;
1693 memcpy(array, sample->raw_data, sample->raw_size);
1694 array = (void *)array + sample->raw_size;
H A Devsel.c2518 data->raw_size = u.val32[0];
2525 mem_bswap_64((void *) array, data->raw_size);
2529 OVERFLOW_CHECK(array, data->raw_size, max_size);
2531 array = (void *)array + data->raw_size;
H A Dsort.c942 .size = he->raw_size,
949 tep_print_fields(&seq, he->raw_data, he->raw_size,
/linux-master/drivers/media/test-drivers/vicodec/
H A Dvicodec-core.c1830 unsigned int raw_size; local
1882 raw_size = 1280 * 720 * info->sizeimage_mult / info->sizeimage_div;
1886 ctx->q_data[V4L2_M2M_SRC].sizeimage = raw_size;
1899 ctx->q_data[V4L2_M2M_DST].sizeimage = raw_size;
/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c452 XPUSHs(sv_2mortal(newSVpvn((const char *)sample->raw_data, sample->raw_size)));
H A Dtrace-event-python.c890 (const char *)sample->raw_data, sample->raw_size));
1357 tuple_set_bytes(t, 2, es->sample->raw_data, es->sample->raw_size);
/linux-master/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c188 #define dpaa_bp_size(raw_size) (SKB_WITH_OVERHEAD(raw_size) & \
191 #define dpaa_bp_size(raw_size) SKB_WITH_OVERHEAD(raw_size)
3383 dpaa_bp->raw_size = DPAA_BP_RAW_SIZE;
3385 dpaa_bp->size = dpaa_bp_size(dpaa_bp->raw_size);
/linux-master/drivers/input/touchscreen/
H A Datmel_mxt_ts.c273 size_t raw_size; member in struct:mxt_cfg
1410 while (cfg->raw_pos < cfg->raw_size) {
1560 cfg.raw_size = fw->size;
/linux-master/kernel/bpf/
H A Dcore.c291 u32 raw_size = bpf_prog_tag_scratch_size(fp); local
301 raw = vmalloc(raw_size);
333 memset(&raw[psize], 0, raw_size - psize);
/linux-master/tools/perf/
H A Dbuiltin-trace.c1988 * preceded by raw_size which is a u32. So we need to copy args to a temp
2314 *augmented_args_size = sample->raw_size - args_size;
2732 binary__fprintf(sample->raw_data, sample->raw_size, 8,
2873 sample->raw_data, sample->raw_size,
3194 fprintf(trace->output, "%s sample with no payload for tid: %d, cpu %d, raw_size=%d, skipping...\n",
3196 sample->cpu, sample->raw_size);
H A Dbuiltin-kmem.c760 .size = sample->raw_size,
H A Dbuiltin-script.c1779 unsigned int nr_bytes = sample->raw_size;
2197 sample->raw_data, sample->raw_size, fp);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c4326 static int load_raw_btf(const void *raw_data, size_t raw_size) argument
4337 btf_fd = bpf_btf_load(raw_data, raw_size, &opts);
4342 btf_fd = bpf_btf_load(raw_data, raw_size, &opts);
/linux-master/tools/lib/bpf/
H A Dlibbpf.c3487 __u32 raw_size = 0; local
3488 const void *raw_data = btf__raw_data(kern_btf, &raw_size);
3492 bpf_gen__load_btf(obj->gen_loader, raw_data, raw_size);

Completed in 383 milliseconds

12