Home
last modified time | relevance | path

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

/linux/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/tools/perf/python/
A Dtwatch.py13 threads = perf.thread_map(thread)
A Dtracepoint.py20 threads = perf.thread_map(-1)
/linux/tools/perf/util/
A Dtool.h74 thread_map, member
A Dtool.c276 tool->thread_map = process_event_thread_map_stub; in perf_tool__init()
A Dsession.c606 event->thread_map.nr = bswap_64(event->thread_map.nr); in perf_event__thread_map_swap()
608 for (i = 0; i < event->thread_map.nr; i++) in perf_event__thread_map_swap()
609 event->thread_map.entries[i].pid = bswap_64(event->thread_map.entries[i].pid); in perf_event__thread_map_swap()
1426 return tool->thread_map(session, event); in perf_session__process_user_event()
A Devlist.h20 struct thread_map;
A Devsel.h229 struct thread_map;
A Dsynthetic-events.c1207 size = sizeof(event->thread_map); in perf_event__synthesize_thread_map2()
1208 size += threads->nr * sizeof(event->thread_map.entries[0]); in perf_event__synthesize_thread_map2()
1216 event->thread_map.nr = threads->nr; in perf_event__synthesize_thread_map2()
1219 struct perf_record_thread_map_entry *entry = &event->thread_map.entries[i]; in perf_event__synthesize_thread_map2()
A Devent.c360 struct perf_thread_map *threads = thread_map__new_event(&event->thread_map); in perf_event__fprintf_thread_map()
A DBuild79 perf-util-y += thread_map.o
/linux/tools/lib/perf/include/perf/
A Devent.h513 struct perf_record_thread_map thread_map; member
/linux/tools/perf/
A Dbuiltin-record.c1811 struct perf_thread_map *thread_map; in record__synthesize_workload() local
1817 thread_map = thread_map__new_by_tid(rec->evlist->workload.pid); in record__synthesize_workload()
1818 if (thread_map == NULL) in record__synthesize_workload()
1821 err = perf_event__synthesize_thread_map(&rec->tool, thread_map, in record__synthesize_workload()
1826 perf_thread_map__put(thread_map); in record__synthesize_workload()
A Dbuiltin-stat.c2244 st->threads = thread_map__new_event(&event->thread_map); in process_thread_map_event()
2323 perf_stat.tool.thread_map = process_thread_map_event; in __cmd_report()
A Dbuiltin-script.c3828 script->threads = thread_map__new_event(&event->thread_map); in process_thread_map_event()
4349 script.tool.thread_map = process_thread_map_event; in cmd_script()
A Dbuiltin-inject.c2524 inject.tool.thread_map = perf_event__repipe_op2_synth; in cmd_inject()

Completed in 692 milliseconds