Home
last modified time | relevance | path

Searched defs:min (Results 1 – 16 of 16) sorted by relevance

/tools/lib/traceevent/
Devent-utils.h37 #define min(x, y) ({ \ macro
/tools/power/cpupower/utils/
Dcpufreq-info.c61 unsigned long min, max; in proc_cpufreq_output() local
252 unsigned long min, max, freq_kernel, freq_hardware; in debug_output_one() local
413 unsigned long min, max; in get_hardware_limits() local
/tools/power/cpupower/lib/
Dcpufreq.h24 unsigned long min; member
Dcpufreq.c37 unsigned long *min, in cpufreq_get_hardware_limits()
Dsysfs.c225 unsigned long *min, in sysfs_get_freq_hardware_limits()
585 char min[SYSFS_PATH_MAX]; in sysfs_set_freq_policy() local
/tools/perf/util/
Dstat.h11 u64 max, min; member
Dmap.h43 u32 maj, min; /* only valid for MMAP2 record */ member
Devent.h28 u32 min; member
Devlist.c1044 static long parse_pages_arg(const char *str, unsigned long min, in parse_pages_arg()
/tools/include/linux/
Dkernel.h42 #define min(x, y) ({ \ macro
/tools/power/cpupower/utils/idle_monitor/
Dmperf_monitor.c238 unsigned long min; in init_maxfreq_mode() local
/tools/virtio/linux/
Dkernel.h107 #define min(x, y) ({ \ macro
/tools/thermal/tmon/
Dtui.c33 #define min(x, y) ({ \ macro
/tools/testing/selftests/mqueue/
Dmq_perf_tests.c74 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
/tools/perf/
Dbuiltin-kvm.c599 u64 ecount, etime, max, min; in print_result() local
Dbuiltin-trace.c2865 double min = (double)(stats->min) / NSEC_PER_MSEC; in thread__dump_stats() local