Searched refs:INFO (Results 1 – 15 of 15) sorted by relevance
| /tools/thermal/thermal-engine/ |
| A D | thermal-engine.c | 43 INFO("threshold temp=%d, direction=%d\n", in show_threshold() 51 INFO("trip id=%d, type=%d, temp=%d, hyst=%d\n", in show_trip() 61 INFO("temperature: %d\n", tz->temp); in show_temp() 70 INFO("governor: '%s'\n", tz->governor); in show_governor() 77 INFO("thermal zone '%s', id=%d\n", tz->name, tz->id); in show_tz() 116 INFO("Thermal zone '%s'/%d created\n", name, tz_id); in tz_create() 123 INFO("Thermal zone %d deleted\n", tz_id); in tz_delete() 210 INFO("Cooling device %d deleted", cdev_id); in cdev_delete() 217 INFO("cdev:%d state:%d\n", cdev_id, cur_state); in cdev_update() 250 INFO("Thresholds flushed tz_id=%d\n", tz_id); in threshold_flush() [all …]
|
| /tools/testing/selftests/drivers/platform/x86/intel/ifs/ |
| A D | test_ifs.sh | 27 readonly INFO="INFO" 82 append_log "[$INFO] echo $on_off > \ 105 echo "[$INFO] IFS test failure summary:" 112 echo "[$INFO] No file $IFS_LOG for IFS scan summary" 118 echo "[$INFO] Restore environment after IFS test" 129 echo "[$INFO] modprobe -r $IFS_NAME" 145 append_log "[$INFO] $cmd" 179 append_log "[$INFO] All CPUs are online." 225 append_log "[$INFO] modprobe $IFS_NAME" 246 append_log "[$INFO] Module $IFS_NAME is already loaded" [all …]
|
| /tools/testing/selftests/futex/include/ |
| A D | logging.h | 50 const char *INFO = INFO_NORMAL; variable 128 fprintf(stderr, "\t%s: "message, INFO, ##vargs); \
|
| /tools/thermal/thermometer/ |
| A D | thermometer.c | 114 INFO("No thermal zones configured, using wildcard for all of them\n"); in configuration_init() 135 INFO("Found %d thermal zone(s) regular expression\n", length); in configuration_init() 171 INFO("Thermal zone regular expression '%s' with polling %d\n", in configuration_init() 284 INFO("Added thermal zone '%s->%s (polling:%d)'\n", path, name, polling); in thermometer_add_tz() 364 INFO("Capturing %d thermal zone(s) temperature...\n", thermometer->nr_tz); in thermometer_start() 525 INFO("Closing/flushing output files\n"); in thermometer_stop()
|
| /tools/thermal/lib/ |
| A D | log.h | 19 #define INFO(fmt, ...) logit(LOG_INFO, fmt, ##__VA_ARGS__) macro
|
| /tools/net/sunrpc/xdrgen/subcmds/ |
| A D | declarations.py | 28 logger.setLevel(logging.INFO)
|
| A D | definitions.py | 28 logger.setLevel(logging.INFO)
|
| A D | source.py | 27 logger.setLevel(logging.INFO)
|
| /tools/testing/selftests/futex/ |
| A D | README | 46 # FIXME: Perhaps an " INFO: informational message" option would be
|
| /tools/perf/Documentation/ |
| A D | perf-c2c.txt | 91 Show extra node info in report (see NODE INFO section) 285 - nodes participating on the access (see NODE INFO section) 287 NODE INFO
|
| A D | perf-lock.txt | 109 INFO OPTIONS
|
| /tools/testing/selftests/drivers/net/ |
| A D | netpoll_basic.py | 45 level=logging.INFO,
|
| /tools/usb/ |
| A D | p9_fwd.py | 236 level = logging.INFO
|
| /tools/testing/selftests/x86/ |
| A D | syscall_numbering.c | 90 #define info(fmt, ...) msg(INFO, fmt, ## __VA_ARGS__)
|
| /tools/perf/tests/shell/lib/ |
| A D | attr.py | 415 level = logging.INFO
|
Completed in 19 milliseconds