Home
last modified time | relevance | path

Searched refs:thread_map (Results 1 – 17 of 17) sorted by relevance

/linux-6.3-rc2/tools/perf/tests/
A Dthread-map.c68 struct perf_record_thread_map *map = &event->thread_map; in process_event()
75 threads = thread_map__new_event(&event->thread_map); in process_event()
150 DEFINE_SUITE("Thread map", thread_map);
A Dtests.h115 DECLARE_SUITE(thread_map);
/linux-6.3-rc2/tools/perf/python/
A Dtwatch.py13 threads = perf.thread_map(thread)
A Dtracepoint.py20 threads = perf.thread_map(-1)
/linux-6.3-rc2/tools/perf/util/
A Dtool.h74 thread_map, member
A Dpython-ext-sources25 util/thread_map.c
A Dsession.c548 if (tool->thread_map == NULL) in perf_tool__fill_defaults()
549 tool->thread_map = process_event_thread_map_stub; in perf_tool__fill_defaults()
912 event->thread_map.nr = bswap_64(event->thread_map.nr); in perf_event__thread_map_swap()
914 for (i = 0; i < event->thread_map.nr; i++) in perf_event__thread_map_swap()
915 event->thread_map.entries[i].pid = bswap_64(event->thread_map.entries[i].pid); in perf_event__thread_map_swap()
1715 return tool->thread_map(session, event); in perf_session__process_user_event()
A Devlist.h19 struct thread_map;
A Devsel.h195 struct thread_map;
A Dsynthetic-events.c1189 size = sizeof(event->thread_map); in perf_event__synthesize_thread_map2()
1190 size += threads->nr * sizeof(event->thread_map.entries[0]); in perf_event__synthesize_thread_map2()
1198 event->thread_map.nr = threads->nr; in perf_event__synthesize_thread_map2()
1201 struct perf_record_thread_map_entry *entry = &event->thread_map.entries[i]; in perf_event__synthesize_thread_map2()
A Devent.c335 struct perf_thread_map *threads = thread_map__new_event(&event->thread_map); in perf_event__fprintf_thread_map()
A DBuild71 perf-y += thread_map.o
/linux-6.3-rc2/tools/lib/perf/include/perf/
A Devent.h494 struct perf_record_thread_map thread_map; member
/linux-6.3-rc2/tools/perf/
A Dbuiltin-record.c1757 struct perf_thread_map *thread_map; in record__synthesize_workload() local
1763 thread_map = thread_map__new_by_tid(rec->evlist->workload.pid); in record__synthesize_workload()
1764 if (thread_map == NULL) in record__synthesize_workload()
1767 err = perf_event__synthesize_thread_map(&rec->tool, thread_map, in record__synthesize_workload()
1772 perf_thread_map__put(thread_map); in record__synthesize_workload()
A Dbuiltin-stat.c2167 st->threads = thread_map__new_event(&event->thread_map); in process_thread_map_event()
2204 .thread_map = process_thread_map_event,
A Dbuiltin-script.c3692 script->threads = thread_map__new_event(&event->thread_map); in process_thread_map_event()
3834 .thread_map = process_thread_map_event, in cmd_script()
A Dbuiltin-inject.c2175 .thread_map = perf_event__repipe_op2_synth, in cmd_inject()

Completed in 52 milliseconds