Home
last modified time | relevance | path

Searched refs:op_samples_dir (Results 1 – 4 of 4) sorted by relevance

/external/oprofile/libop/
Dop_config.c23 char op_samples_dir[PATH_MAX]; variable
51 strcpy(op_samples_dir, op_session_dir); in init_op_config_dirs()
52 strcat(op_samples_dir, "/samples/"); in init_op_config_dirs()
54 strcpy(op_samples_current_dir, op_samples_dir); in init_op_config_dirs()
63 strcpy(op_log_file, op_samples_dir); in init_op_config_dirs()
Dop_config.h37 extern char op_samples_dir[];
/external/oprofile/pp/
Doparchive.cpp223 string log_name = string(op_samples_dir) + "/oprofiled.log"; in oparchive()
/external/oprofile/libpp/
Dprofile_spec.cpp533 base_dir = archive_path + op_samples_dir; in generate_file_list()