/linux-4.4.14/fs/cachefiles/ |
D | Kconfig | 30 /proc/fs/cachefiles/histogram 32 The generation of this histogram adds a certain amount of overhead to 35 bouncing between CPUs. On the other hand, the histogram may be
|
D | internal.h | 187 void cachefiles_hist(atomic_t histogram[], unsigned long start_jif) in cachefiles_hist() argument 192 atomic_inc(&histogram[jif]); in cachefiles_hist()
|
/linux-4.4.14/Documentation/device-mapper/ |
D | statistics.txt | 16 provided: total time spent reading and writing. When the histogram 18 histogram of latencies. All these counters may be accessed by sending 68 histogram:n1,n2,n3,n4,... - collect histogram of latencies. The 70 of the histogram. If precise_timestamps is not used, the 74 example, if we use "histogram:10,20,30", the kernel will 124 precise_timestamps histogram:n1,n2,n3,... 126 The strings "precise_timestamps" and "histogram" are printed only
|
/linux-4.4.14/drivers/md/ |
D | dm-stats.c | 32 unsigned long long *histogram; member 181 dm_kvfree(s->stat_percpu[cpu][0].histogram, s->histogram_alloc_size); in dm_stat_free() 184 dm_kvfree(s->stat_shared[0].tmp.histogram, s->histogram_alloc_size); in dm_stat_free() 328 s->stat_shared[ni].tmp.histogram = hi; in dm_stats_create() 348 p[ni].histogram = hi; in dm_stats_create() 430 is_vmalloc_addr(s->stat_percpu[cpu][0].histogram)) in dm_stats_delete() 433 is_vmalloc_addr(s->stat_shared[0].tmp.histogram)) { in dm_stats_delete() 576 p->histogram[lo]++; in dm_stat_for_entry() 697 memset(shared->tmp.histogram, 0, (s->n_histogram_entries + 1) * sizeof(unsigned long long)); in __dm_stat_init_temporary_percpu_totals() 716 shared->tmp.histogram[i] += ACCESS_ONCE(p->histogram[i]); in __dm_stat_init_temporary_percpu_totals() [all …]
|
/linux-4.4.14/fs/fscache/ |
D | Kconfig | 36 /proc/fs/fscache/histogram 38 The generation of this histogram adds a certain amount of overhead to 41 bouncing between CPUs. On the other hand, the histogram may be
|
D | Makefile | 17 fscache-$(CONFIG_FSCACHE_HISTOGRAM) += histogram.o
|
D | internal.h | 70 static inline void fscache_hist(atomic_t histogram[], unsigned long start_jif) in fscache_hist() argument 75 atomic_inc(&histogram[jif]); in fscache_hist()
|
/linux-4.4.14/Documentation/video4linux/ |
D | omap3isp.txt | 44 OMAP3 ISP histogram 71 statistics (AEWB, AF and histogram) subdevs. 126 AF and histogram modules cannot be used without configuring them using the 196 histogram memory read isn't implemented). The statistics are dequeueable by 199 The private IOCTLs offered by the AEWB, AF and histogram subdevs are heavily
|
/linux-4.4.14/arch/mips/kvm/ |
D | Kconfig | 42 A histogram of COP0 accesses is printed when the VM is
|
/linux-4.4.14/tools/vm/ |
D | slabinfo-gnuplot.sh | 96 set style histogram columnstacked title textcolor lt -1
|
/linux-4.4.14/Documentation/zh_CN/video4linux/ |
D | omap3isp.txt | 69 OMAP3 ISP histogram
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | debugfs.c | 943 MWIFIEX_DFS_FILE_OPS(histogram); 970 MWIFIEX_DFS_ADD_FILE(histogram); in mwifiex_dev_debugfs_init()
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | fscache.txt | 313 (*) /proc/fs/fscache/histogram 315 cat /proc/fs/fscache/histogram
|
D | cachefiles.txt | 458 (*) /proc/fs/cachefiles/histogram 460 cat /proc/fs/cachefiles/histogram
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-report.txt | 69 Sort histogram entries by given key(s) - multiple keys can be specified
|
/linux-4.4.14/Documentation/RCU/ |
D | torture.txt | 277 o "Reader Batch": Another histogram of "ages" of structures seen
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | commands.h | 2225 struct il_measurement_histogram histogram; member
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | ipw2200.h | 629 struct rate_histogram histogram; member
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | commands.h | 2110 struct iwl_measurement_histogram histogram; member
|
/linux-4.4.14/kernel/trace/ |
D | Kconfig | 345 histogram of the callers, but actually places the calling
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 252 keep a histogram of the number of functions that were called 254 track of the time spent in those functions. The histogram
|