Home
last modified time | relevance | path

Searched refs:processed (Results 1 – 21 of 21) sorted by relevance

/tools/perf/util/cs-etm-decoder/
Dcs-etm-decoder.c783 size_t processed = 0; in cs_etm_decoder__process_data_block() local
786 while (processed < len) { in cs_etm_decoder__process_data_block()
797 indx + processed, in cs_etm_decoder__process_data_block()
798 len - processed, in cs_etm_decoder__process_data_block()
799 &buf[processed], in cs_etm_decoder__process_data_block()
801 processed += count; in cs_etm_decoder__process_data_block()
819 *consumed = processed; in cs_etm_decoder__process_data_block()
/tools/perf/tests/attr/
Dsystem-wide-dummy2 # processes starting while /proc is processed.
/tools/power/x86/intel-speed-select/
Disst-core.c341 if (!pkg_dev->processed) in isst_get_process_ctdp_complete()
365 if (pkg_dev->processed) in isst_get_process_ctdp()
404 pkg_dev->processed = 1; in isst_get_process_ctdp()
405 ctdp_level->processed = 1; in isst_get_process_ctdp()
Disst.h127 int processed; member
174 int processed; member
Disst-display.c347 if (pkg_dev->processed) in isst_ctdp_display_information()
355 if (!ctdp_level->processed) in isst_ctdp_display_information()
Disst-config.c1318 ctdp_level->processed = 1; in clx_n_config()
1350 clx_n_pkg_dev.processed = 1; in dump_clx_n_config_for_cpu()
/tools/perf/Documentation/
Dperf-script-perl.txt43 next event is processed.
54 Traces meant to be processed using a script should be recorded with
132 *trace_begin*, if defined, is called before any event is processed and
142 processed and gives scripts a chance to do end-of-script tasks, such
Dperf-script-python.txt75 that, but first we need to record the data that will be processed by
267 displayed after all the events in the trace have been processed, by
437 next event is processed.
448 Traces meant to be processed using a script should be recorded with
527 *trace_begin*, if defined, is called before any event is processed and
536 processed and gives scripts a chance to do end-of-script tasks, such
Dperf-inject.txt91 start with "dry-run" which will cause the file to be processed but
Dperf.data-file-format.txt174 /* 'nr' comes from previously processed HEADER_NRCPUS's nr_cpu_avail */
182 uint32_t die_id[nr_cpus_avail]; /* from previously processed HEADER_NR_CPUS, VLA */
461 processed in time order they need to be sorted first. It is possible
Dperf-record.txt111 or CoreSight), it'll be processed as an address filter. Otherwise
555 - node - thread affinity mask is set to NUMA node cpu mask of the processed mmap buffer
556 - cpu - thread affinity mask is set to cpu of the processed mmap buffer
561 processed for output. One can specify the number using B/K/M/G suffixes.
621 that gets then processed, possibly via a perf script, to decide if that
636 switch the perf.data file as soon as the --switch-output event is processed by
Dperf-script.txt159 The arguments are processed in the order received. A later usage can
Dperf-intel-pt.txt58 more data than can possibly be processed.
1395 The option "dry-run" will cause the file to be processed but without updating it.
/tools/perf/util/
Dpython-ext-sources5 # processed by Makefile and util/setup.py accordingly.
Dcs-etm.c2307 size_t processed = 0; in cs_etm__decode_data_block() local
2320 &processed); in cs_etm__decode_data_block()
2324 etmq->offset += processed; in cs_etm__decode_data_block()
2325 etmq->buf_used += processed; in cs_etm__decode_data_block()
2326 etmq->buf_len -= processed; in cs_etm__decode_data_block()
/tools/lib/bpf/
Dnetlink.c653 bool processed; member
664 if (unicast && info->processed) in __get_tc_info()
677 info->processed = true; in __get_tc_info()
787 if (!info.processed) in bpf_tc_attach()
919 if (!info.processed) in bpf_tc_query()
/tools/testing/selftests/bpf/progs/
Dxdp_features.c239 int BPF_PROG(tp_xdp_cpumap_kthread, int map_id, unsigned int processed, in BPF_PROG() argument
/tools/power/cpupower/bench/
DREADME-BENCH58 Then the above test runs are processed using the performance governor
/tools/memory-model/Documentation/
Daccess-marking.txt8 processed by the Kernel Concurrency Sanitizer (KCSAN). This discussion
Dexplanation.txt812 to satisfy one of the CPU's loads until it has been processed. On
1194 that the first store is processed by a busy part of the cache while
1195 the second store is processed by an idle part. As a result, the x = 1
1201 This could not have happened if the local cache had processed the
1223 its second load, the x = 1 store would already be fully processed by
1232 outstanding stores have been processed by the local cache. In the
Dlitmus-tests.txt763 Different portions of a litmus test are processed by different parsers,