Home
last modified time | relevance | path

Searched defs:comm_str (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/tools/perf/util/
Dcomm.h12 struct comm_str *comm_str; member
Dcomm.c10 DECLARE_RC_STRUCT(comm_str) { in DECLARE_RC_STRUCT() argument
Dthread.c47 char comm_str[32]; in thread__new() local
/linux-6.12.1/tools/perf/tests/
Ddlfilter-test.c125 static int write_comm(int fd, pid_t pid, pid_t tid, const char *comm_str) in write_comm()
/linux-6.12.1/tools/perf/scripts/python/
Dexport-to-postgresql.py994 def comm_table(comm_id, comm_str, thread_id, time, exec_flag, *x): argument
/linux-6.12.1/tools/mm/
Dpage_owner_sort.c371 char *comm_str = malloc(TASK_COMM_LEN); in get_comm() local
/linux-6.12.1/tools/perf/
Dbuiltin-sched.c1557 static bool sched_match_task(struct perf_sched *sched, const char *comm_str) in sched_match_task()