Searched refs:line_tab (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/jvmti/ |
H A D | libjvmti.c | 214 const jvmti_line_info_t * line_tab, in fill_source_filenames() 221 ret = get_source_filename(jvmti, line_tab[index].methodID, &(file_names[index])); in fill_source_filenames() 238 jvmti_line_info_t *line_tab = NULL; in compiled_method_load_cb() local 246 int nr_lines = 0; /* in line_tab[] */ in compiled_method_load_cb() 258 ret = get_line_numbers(jvmti, compile_info, &line_tab, &nr_lines); in compiled_method_load_cb() 270 ret = fill_source_filenames(jvmti, nr_lines, line_tab, line_file_names); in compiled_method_load_cb() 298 if (jvmti_write_debug_info(jvmti_agent, addr, nr_lines, line_tab, (const char * const *) line_file_names)) in compiled_method_load_cb() 313 free(line_tab); in compiled_method_load_cb() 213 fill_source_filenames(jvmtiEnv *jvmti, int nr_lines, const jvmti_line_info_t * line_tab, char ** file_names) fill_source_filenames() argument
|
/kernel/linux/linux-6.6/tools/perf/jvmti/ |
H A D | libjvmti.c | 214 const jvmti_line_info_t * line_tab, in fill_source_filenames() 221 ret = get_source_filename(jvmti, line_tab[index].methodID, &(file_names[index])); in fill_source_filenames() 238 jvmti_line_info_t *line_tab = NULL; in compiled_method_load_cb() local 246 int nr_lines = 0; /* in line_tab[] */ in compiled_method_load_cb() 258 ret = get_line_numbers(jvmti, compile_info, &line_tab, &nr_lines); in compiled_method_load_cb() 270 ret = fill_source_filenames(jvmti, nr_lines, line_tab, line_file_names); in compiled_method_load_cb() 298 if (jvmti_write_debug_info(jvmti_agent, addr, nr_lines, line_tab, (const char * const *) line_file_names)) in compiled_method_load_cb() 313 free(line_tab); in compiled_method_load_cb() 213 fill_source_filenames(jvmtiEnv *jvmti, int nr_lines, const jvmti_line_info_t * line_tab, char ** file_names) fill_source_filenames() argument
|
Completed in 3 milliseconds