Searched full:collecting (Results 1 – 25 of 172) sorted by relevance
1234567
/linux-6.14.4/Documentation/dev-tools/ |
D | kcov.rst | 15 Besides collecting code coverage, KCOV can also collect comparison operands. 18 Besides collecting coverage data from syscall handlers, KCOV can also collect 29 Collecting comparison operands is supported with GCC 8+ or with Clang. 223 Besides collecting coverage data from handlers of syscalls issued from a 240 KCOV supports collecting remote coverage from the following contexts:
|
D | gcov.rst | 15 as lcov_ can be used to automate the process of collecting data 277 echo Collecting data..
|
/linux-6.14.4/include/linux/ |
D | kcov.h | 22 /* Collecting comparison operands mode. */ 70 * not attempt to start collecting coverage within the coverage collection
|
/linux-6.14.4/drivers/net/wireless/realtek/rtw88/ |
D | util.c | 141 * collecting the stations and iterating over them. in rtw_iterate_stas() 190 * collecting the interfaces and iterating over them. in rtw_iterate_vifs()
|
/linux-6.14.4/fs/jffs2/ |
D | jffs2_fs_sb.h | 85 uint8_t resv_blocks_gcmerge; /* ... merge pages when garbage collecting */ 96 struct jffs2_eraseblock *gcblock; /* The block we're currently garbage-collecting */
|
/linux-6.14.4/Documentation/tools/rtla/ |
D | rtla-timerlat-top.rst | 37 Set stop tracing conditions and run without collecting and displaying statistics. 40 collecting the statistics.
|
D | common_options.rst | 51 …After starting the workload, let it run for *s* seconds before starting collecting the data, allow…
|
/linux-6.14.4/tools/perf/Documentation/ |
D | tips.txt | 34 Skip collecting build-id when recording: perf record -B 43 When collecting LBR backtraces use --stitch-lbr to handle more than 32 deep entries: perf record --…
|
/linux-6.14.4/include/linux/iio/ |
D | iio-gts-helper.h | 35 * collecting data. Typically this duration has also an impact to the magnitude 43 * linear in a way that when collecting data for 50 mS caused value X, doubling
|
/linux-6.14.4/Documentation/devicetree/bindings/perf/ |
D | spe-pmu.yaml | 13 ARMv8.2 introduces the optional Statistical Profiling Extension for collecting
|
/linux-6.14.4/Documentation/devicetree/bindings/arm/ |
D | qcom,coresight-remote-etm.yaml | 16 processor like modem processor via sysfs and collecting the trace
|
/linux-6.14.4/tools/perf/tests/shell/ |
D | record+zstd_comp_decomp.sh | 14 echo "Collecting compressed record file:"
|
/linux-6.14.4/crypto/ |
D | jitterentropy-testing.c | 33 * 1 ==> Boot test enabled and ready for collecting data, gathering runtime 191 * The intention of this interface is for collecting at least in jent_testing_extract_user()
|
/linux-6.14.4/kernel/ |
D | kcov.c | 65 /* Collecting coverage from remote (background) threads. */ 465 * section. Here t points to the task that is collecting remote in kcov_task_exit() 775 * KCOV_REMOTE_ENABLE ioctl to make the used kcov device start collecting 808 * collecting coverage and copies all collected coverage into the kcov area. 879 * happened while collecting coverage from a background thread. in kcov_remote_start() 1017 * actually found the remote handle and started collecting coverage. in kcov_remote_stop()
|
/linux-6.14.4/include/uapi/linux/ |
D | kcov.h | 36 /* Collecting comparison operands mode. */
|
/linux-6.14.4/drivers/soc/mediatek/ |
D | Kconfig | 36 collecting DVFS requests from various SoC IPs, other than
|
/linux-6.14.4/include/uapi/drm/ |
D | ivpu_accel.h | 353 * struct drm_ivpu_metric_streamer_start - Start collecting metric data 392 * struct drm_ivpu_metric_streamer_stop - Stop collecting metric data
|
/linux-6.14.4/include/net/bluetooth/ |
D | coredump.h | 19 * @timeout: Indicates a timeout for collecting the devcoredump
|
/linux-6.14.4/Documentation/arch/powerpc/ |
D | vcpudispatch_stats.rst | 16 collecting the statistics, while writing '0' disables the statistics.
|
/linux-6.14.4/tools/verification/rv/src/ |
D | trace.c | 42 * Returns 0 if the event was collected, 1 if the tool should stop collecting trace.
|
/linux-6.14.4/Documentation/devicetree/bindings/interrupt-controller/ |
D | marvell,icu.txt | 5 responsible for collecting all wired-interrupt sources in the CP and
|
/linux-6.14.4/drivers/mfd/ |
D | rave-sp.c | 70 * @RAVE_SP_EXPECT_DATA: Got start of frame marker, collecting frame 71 * @RAVE_SP_EXPECT_ESCAPED_DATA: Got escape character, collecting escaped byte 565 * can go back to regular data collecting in rave_sp_receive_buf()
|
/linux-6.14.4/arch/s390/appldata/ |
D | appldata_net_sum.c | 34 the Linux side while VM was collecting the
|
/linux-6.14.4/fs/btrfs/ |
D | backref.h | 106 * about collecting root IDs. 122 * before collecting all the remaining backrefs and before resolving
|
/linux-6.14.4/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_est.c | 110 /* Collecting info to shows all the queues that has HLBS in est_irq_status()
|
1234567