HomeSort by relevance Sort by last modified time
    Searched refs:tgid (Results 26 - 50 of 63) sorted by null

12 3

  /external/oprofile/libpp/
arrange_profiles.h 30 bool tgid; member in struct:merge_option
43 std::string tgid; member in struct:profile_template
139 * It's only used when classifying by CPU, tgid etc. so the
204 * tgid:404, tgid:301, etc.
parse_filename.cpp 26 // PP:3.19 event_name.count.unitmask.tgid.tid.cpu
52 result.tgid = parts[i++];
98 string ret = name +" (tgid:";
238 tgid == parsed.tgid &&
248 << data.unitmask << " " << data.tgid << " "
profile_spec.h 133 comma_list<pid_t> tgid; member in class:profile_spec
arrange_profiles.cpp 75 comp = numeric_compare(lt.tgid, rt.tgid);
108 { "tgid", "specify tgid: or --merge tgid" },
213 * allowed if they are TGID,TID and for each class,
214 * tid == tgid
232 if (it->ptemplate.tgid != it->ptemplate.tid)
341 it->name += it->ptemplate.tgid;
343 it->longname += it->ptemplate.tgid;
    [all...]
xml_utils.cpp 971 string cur_tgid = classes.v[start].ptemplate.tgid;
974 i < nr_classes && classes.v[i].ptemplate.tgid == cur_tgid;
997 size_t tgid = 0; local
1004 size_t next_tgid = get_next_tgid_pclass(tgid);
1005 string const tgid_str = classes.v[tgid].ptemplate.tgid;
1007 process_info * p = processes_root.add_process(tgid_str, tgid, next_tgid-1);
1016 tgid = next_tgid;
1017 } while (tgid != nr_classes);
profile_spec.cpp 69 parse_table["tgid"] = &profile_spec::parse_tgid;
173 tgid.set(str);
295 if (!comma_match(tgid, spec.tgid))
  /external/oprofile/daemon/
opd_sfile.c 48 val ^= trans->tgid << 2;
70 val ^= trans->tgid << 2;
84 pid_t tgid, pid_t tid, unsigned int cpu)
94 if (sf->tid != tid || sf->tgid != tgid)
126 trans->anon, trans->tgid, trans->tid, trans->cpu);
134 sf2->anon, sf2->tgid, sf2->tid, sf2->cpu);
179 sf->tgid = (pid_t)-1;
198 sf->tgid = trans->tgid;
    [all...]
opd_trans.h 55 pid_t tgid; member in struct:transient
opd_trans.c 153 /* must be ESCAPE_CODE, CTX_TGID_CODE, tgid. Like this
154 * because tgid was added later in a compatible manner.
158 trans->tgid = pop_buffer_value(trans);
162 printf("CTX_SWITCH to tid %lu, tgid %lu, cookie %llx(%s)\n",
163 (unsigned long)trans->tid, (unsigned long)trans->tgid,
272 /* tgid handled differently */
309 .tgid = -1,
  /external/oprofile/module/
compat24.h 19 return current->tgid;
oprofile.c 109 fill_op_entry(struct op_sample * ops, long eip, pid_t pid, pid_t tgid, int ctr)
113 ops->tgid = tgid;
121 pid_t const tgid = op_get_tgid(); local
126 fill_op_entry(samples, eip, pid, tgid, ctr);
  /external/oprofile/pp/
oparchive_options.cpp 95 merge_by.tgid = true;
opgprof_options.cpp 65 merge_by.tgid = true;
common_option.cpp 245 merge_by.tgid = false;
261 } else if (*cit == "tgid") {
262 // PP:5.21 tgid merge imply tid merging.
263 merge_by.tgid = true;
273 merge_by.tgid = true;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
auto_fs4.h 78 __u32 tgid; member in struct:autofs_v5_packet
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
auto_fs4.h 78 __u32 tgid; member in struct:autofs_v5_packet
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
auto_fs4.h 78 __u32 tgid; member in struct:autofs_v5_packet
  /external/oprofile/daemon/liblegacy/
opd_sample_files.c 81 values.tgid = image->tgid;
opd_kernel.c 425 image = opd_get_kernel_image(vmlinux, app_name, proc->tid, proc->tgid);
454 image = opd_get_kernel_image(module_name, app_name, proc->tid, proc->tgid);
  /external/oprofile/libop/
op_mangle.c 62 /* provision for tgid, tid, unit_mask, cpu and some {root}, {dep},
86 sprintf(mangled + strlen(mangled), "%d.", values->tgid);
  /system/core/libcorkscrew/
backtrace.c 44 extern int tgkill(int tgid, int tid, int sig);
57 static int tgkill(int tgid, int tid, int sig) {
58 return syscall(__NR_tgkill, tgid, tid, sig);
  /external/linux-tools-perf/util/
event.c 65 pid_t tgid = 0; local
93 } else if (memcmp(bf, "Tgid:", 5) == 0) {
97 tgid = event->comm.pid = atoi(tgids);
141 return tgid;
145 pid_t pid, pid_t tgid,
213 event->mmap.pid = tgid;
287 pid_t tgid = perf_event__synthesize_comm(comm_event, pid, 1, process, local
289 if (tgid == -1)
291 return perf_event__synthesize_mmap_events(mmap_event, pid, tgid,
  /development/ndk/sources/android/libportable/arch-mips/
syscall.c 547 pid_t tgid; local
553 tgid = va_arg(ap, pid_t);
559 ret = WRAP(rt_tgsigqueueinfo)(tgid, pid, sig, uinfo);
  /bionic/linker/
debugger.cpp 40 extern "C" int tgkill(int tgid, int tid, int sig);
  /development/ndk/sources/android/libportable/common/include/
signal_portable.h 189 extern __hidden int WRAP(rt_tgsigqueueinfo)(pid_t tgid, pid_t pid, int sig,

Completed in 1531 milliseconds

12 3