/tools/perf/util/cs-etm-decoder/ |
D | cs-etm-decoder.c | 783 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/ |
D | system-wide-dummy | 2 # processes starting while /proc is processed.
|
/tools/power/x86/intel-speed-select/ |
D | isst-core.c | 341 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()
|
D | isst.h | 127 int processed; member 174 int processed; member
|
D | isst-display.c | 347 if (pkg_dev->processed) in isst_ctdp_display_information() 355 if (!ctdp_level->processed) in isst_ctdp_display_information()
|
D | isst-config.c | 1318 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/ |
D | perf-script-perl.txt | 43 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
|
D | perf-script-python.txt | 75 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
|
D | perf-inject.txt | 91 start with "dry-run" which will cause the file to be processed but
|
D | perf.data-file-format.txt | 174 /* '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
|
D | perf-record.txt | 111 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
|
D | perf-script.txt | 159 The arguments are processed in the order received. A later usage can
|
D | perf-intel-pt.txt | 58 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/ |
D | python-ext-sources | 5 # processed by Makefile and util/setup.py accordingly.
|
D | cs-etm.c | 2307 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/ |
D | netlink.c | 653 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/ |
D | xdp_features.c | 239 int BPF_PROG(tp_xdp_cpumap_kthread, int map_id, unsigned int processed, in BPF_PROG() argument
|
/tools/power/cpupower/bench/ |
D | README-BENCH | 58 Then the above test runs are processed using the performance governor
|
/tools/memory-model/Documentation/ |
D | access-marking.txt | 8 processed by the Kernel Concurrency Sanitizer (KCSAN). This discussion
|
D | explanation.txt | 812 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
|
D | litmus-tests.txt | 763 Different portions of a litmus test are processed by different parsers,
|