Searched refs:print_error (Results 1 – 3 of 3) sorted by relevance
/tools/perf/jvmti/ |
D | libjvmti.c | 20 static void print_error(jvmtiEnv *jvmti, const char *msg, jvmtiError ret) in print_error() function 48 print_error(jvmti, "GetLineNumberTable", ret); in do_get_line_number() 177 print_error(jvmti, "GetMethodDeclaringClass", ret); in get_source_filename() 183 print_error(jvmti, "GetSourceFileName", ret); in get_source_filename() 189 print_error(jvmti, "GetClassSignature", ret); in get_source_filename() 197 print_error(jvmti, "GetClassSignature", ret); in get_source_filename() 253 print_error(jvmti, "GetMethodDeclaringClass", ret); in compiled_method_load_cb() 283 print_error(jvmti, "GetClassSignature", ret); in compiled_method_load_cb() 290 print_error(jvmti, "GetMethodName", ret); in compiled_method_load_cb() 370 print_error(jvmti, "AddCapabilities", ret); in Agent_OnLoad() [all …]
|
/tools/testing/selftests/filesystems/incfs/ |
D | incfs_test.c | 249 static void print_error(char *msg) in print_error() function 261 print_error("Can't wait for the child"); in wait_for_process() 332 print_error("Can't open file by id."); in open_file_by_id() 338 print_error("Failed to call PERMIT_FILL"); in open_file_by_id() 344 print_error( in open_file_by_id() 591 print_error("Error during reading from a file."); in read_whole_file() 620 print_error("Seek error"); in read_test_file() 662 print_error("Can't clear backing dir"); in create_backing_dir() 670 print_error("Can't open/create backing dir"); in create_backing_dir() 1018 print_error("Shouldn't be able to crate subdir in index\n"); in cant_touch_index_test() [all …]
|
/tools/power/cpupower/utils/ |
D | cpufreq-set.c | 32 static void print_error(void) in print_error() function 331 print_error(); in cmd_freq_set()
|