HomeSort by relevance Sort by last modified time
    Searched refs:proc_id (Results 1 - 2 of 2) sorted by null

  /external/oprofile/opjitconv/
opjitconv.c 145 char const * proc_id)
149 snprintf(match_filter, 10, "*/%s.*", proc_id);
245 * we create an ELF file (<proc_id>.jo) and place it in that directory.
260 char * proc_id = NULL; local
291 proc_id = xmalloc(proc_id_length + 1);
292 memcpy(proc_id, dumpfilename, proc_id_length);
293 proc_id[proc_id_length] = '\0';
295 proc_id);
304 if (!proc_id) {
309 if (!(anon_dir = find_anon_dir_match(anon_sample_dirs, proc_id))) {
418 char * proc_id; local
445 char * proc_id = get_procid_from_dirname(pname->name); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
core.h 125 struct snd_info_entry *proc_id; /* the card id */ member in struct:snd_card

Completed in 127 milliseconds