The effects in the L1 cache will differ from system call to system call. One method is to make several different system calls and measure the impact of each of them (including, for example, I / O-related calls, such as write()where you can change the size of the buffer and thus the likely effect on the cache).
You probably want to avoid system calls implemented as vsyscalls (for example gettimeofday()), since they do not require switching to kernel space. See [ 1 , 2 ].
, L1d, , , , : 2 , , L1i . , L1d L1i , i-cache.
, .