Home
last modified time | relevance | path

Searched refs:smaps (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/process_madvise/
H A Dprocess_madvise.h41 char smaps[BUFSIZ]; in read_address_mapping() local
45 snprintf(smaps, BUFSIZ, "/proc/%i/smaps", getpid()); in read_address_mapping()
48 f = SAFE_FOPEN(smaps, "r"); in read_address_mapping()
/third_party/jerryscript/tools/
H A Drss-measure.sh33 SUM=$(grep -o -e "^[0-9a-f][0-9a-f]*.*" -e "^Rss.*" /proc/$PID/smaps 2>/dev/null | grep -A 1 -- "r[w-]-p " | grep "^Rss"|awk '{s += $2;} END {print s;}')
/third_party/pulseaudio/scripts/
H A Dbenchmark_memory_usage.sh106 _drss=`awk '/(Shared|Private)_Dirty:/{ sum += $2 } END { print sum }' /proc/$_pid/smaps`
/third_party/alsa-lib/src/pcm/
H A Dpcm_direct.c1074 snd_pcm_chmap_query_t **smaps, **maps; local
1088 smaps = snd_pcm_query_chmaps(dmix->spcm);
1089 if (smaps == NULL) {
1097 if (j == UINT_MAX || smaps[0]->map.channels < j)
1099 maps[0]->map.pos[i] = smaps[0]->map.pos[j];

Completed in 4 milliseconds