Searched refs:time_conv (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | tsc.c | 78 .time_conv = { in perf_event__synth_time_conv() 98 event.time_conv.time_mult = tc.time_mult; in perf_event__synth_time_conv() 99 event.time_conv.time_shift = tc.time_shift; in perf_event__synth_time_conv() 100 event.time_conv.time_zero = tc.time_zero; in perf_event__synth_time_conv() 101 event.time_conv.time_cycles = tc.time_cycles; in perf_event__synth_time_conv() 102 event.time_conv.time_mask = tc.time_mask; in perf_event__synth_time_conv() 103 event.time_conv.cap_user_time_zero = tc.cap_user_time_zero; in perf_event__synth_time_conv() 104 event.time_conv.cap_user_time_short = tc.cap_user_time_short; in perf_event__synth_time_conv()
|
H A D | jitdump.c | 201 if (jd->use_arch_timestamp && !jd->session->time_conv.time_mult) { in jit_open() 373 struct perf_record_time_conv *time_conv = &jd->session->time_conv; in convert_timestamp() local 378 tc.time_shift = time_conv->time_shift; in convert_timestamp() 379 tc.time_mult = time_conv->time_mult; in convert_timestamp() 380 tc.time_zero = time_conv->time_zero; in convert_timestamp() 388 if (event_contains(*time_conv, time_cycles)) { in convert_timestamp() 389 tc.time_cycles = time_conv->time_cycles; in convert_timestamp() 390 tc.time_mask = time_conv->time_mask; in convert_timestamp() 391 tc.cap_user_time_zero = time_conv in convert_timestamp() [all...] |
H A D | session.c | 533 if (tool->time_conv == NULL) in perf_tool__fill_defaults() 534 tool->time_conv = process_event_op2_stub; in perf_tool__fill_defaults() 951 event->time_conv.time_shift = bswap_64(event->time_conv.time_shift); in perf_event__time_conv_swap() 952 event->time_conv.time_mult = bswap_64(event->time_conv.time_mult); in perf_event__time_conv_swap() 953 event->time_conv.time_zero = bswap_64(event->time_conv.time_zero); in perf_event__time_conv_swap() 955 if (event_contains(event->time_conv, time_cycles)) { in perf_event__time_conv_swap() 956 event->time_conv in perf_event__time_conv_swap() [all...] |
H A D | tool.h | 71 time_conv, member
|
H A D | session.h | 31 struct perf_record_time_conv time_conv; member
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | tsc.c | 80 .time_conv = { in perf_event__synth_time_conv() 100 event.time_conv.time_mult = tc.time_mult; in perf_event__synth_time_conv() 101 event.time_conv.time_shift = tc.time_shift; in perf_event__synth_time_conv() 102 event.time_conv.time_zero = tc.time_zero; in perf_event__synth_time_conv() 103 event.time_conv.time_cycles = tc.time_cycles; in perf_event__synth_time_conv() 104 event.time_conv.time_mask = tc.time_mask; in perf_event__synth_time_conv() 105 event.time_conv.cap_user_time_zero = tc.cap_user_time_zero; in perf_event__synth_time_conv() 106 event.time_conv.cap_user_time_short = tc.cap_user_time_short; in perf_event__synth_time_conv()
|
H A D | jitdump.c | 207 if (jd->use_arch_timestamp && !jd->session->time_conv.time_mult) { in jit_open() 395 struct perf_record_time_conv *time_conv = &jd->session->time_conv; in convert_timestamp() local 400 tc.time_shift = time_conv->time_shift; in convert_timestamp() 401 tc.time_mult = time_conv->time_mult; in convert_timestamp() 402 tc.time_zero = time_conv->time_zero; in convert_timestamp() 410 if (event_contains(*time_conv, time_cycles)) { in convert_timestamp() 411 tc.time_cycles = time_conv->time_cycles; in convert_timestamp() 412 tc.time_mask = time_conv->time_mask; in convert_timestamp() 413 tc.cap_user_time_zero = time_conv in convert_timestamp() [all...] |
H A D | tool.h | 73 time_conv, member
|
H A D | session.c | 552 if (tool->time_conv == NULL) in perf_tool__fill_defaults() 553 tool->time_conv = process_event_time_conv_stub; in perf_tool__fill_defaults() 984 event->time_conv.time_shift = bswap_64(event->time_conv.time_shift); in perf_event__time_conv_swap() 985 event->time_conv.time_mult = bswap_64(event->time_conv.time_mult); in perf_event__time_conv_swap() 986 event->time_conv.time_zero = bswap_64(event->time_conv.time_zero); in perf_event__time_conv_swap() 988 if (event_contains(event->time_conv, time_cycles)) { in perf_event__time_conv_swap() 989 event->time_conv in perf_event__time_conv_swap() [all...] |
H A D | session.h | 39 struct perf_record_time_conv time_conv; member
|
H A D | arm-spe.c | 1295 struct perf_record_time_conv *tc = &session->time_conv; in arm_spe_process_auxtrace_info()
|
H A D | cs-etm.c | 3214 struct perf_record_time_conv *tc = &session->time_conv; in cs_etm__process_auxtrace_info_full()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-inject.c | 1329 static void get_tsc_conv(struct perf_tsc_conversion *tc, struct perf_record_time_conv *time_conv) in get_tsc_conv() argument 1331 tc->time_shift = time_conv->time_shift; in get_tsc_conv() 1332 tc->time_mult = time_conv->time_mult; in get_tsc_conv() 1333 tc->time_zero = time_conv->time_zero; in get_tsc_conv() 1334 tc->time_cycles = time_conv->time_cycles; in get_tsc_conv() 1335 tc->time_mask = time_conv->time_mask; in get_tsc_conv() 1336 tc->cap_user_time_zero = time_conv->cap_user_time_zero; in get_tsc_conv() 1337 tc->cap_user_time_short = time_conv->cap_user_time_short; in get_tsc_conv() 1344 get_tsc_conv(&gs->host_tc, &inject->session->time_conv); in guest_session__get_tc() 1345 get_tsc_conv(&gs->guest_tc, &gs->session->time_conv); in guest_session__get_tc() [all...] |
/kernel/linux/linux-5.10/tools/lib/perf/include/perf/ |
H A D | event.h | 413 struct perf_record_time_conv time_conv; member
|
/kernel/linux/linux-6.6/tools/lib/perf/include/perf/ |
H A D | event.h | 512 struct perf_record_time_conv time_conv; member
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-inject.c | 832 .time_conv = perf_event__repipe_op2_synth, in cmd_inject()
|
Completed in 24 milliseconds