Searched refs:context_len (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A D | res_sample.c | 17 static u64 context_len = 10 * NSEC_PER_MSEC; variable 22 return perf_config_u64(&context_len, var, value); in res_sample_config() 68 n = timestamp__scnprintf_nsec(r->time - context_len, trange, sizeof trange); in res_sample_browse() 70 timestamp__scnprintf_nsec(r->time + context_len, trange + n, sizeof trange - n); in res_sample_browse()
|
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | res_sample.c | 17 static u64 context_len = 10 * NSEC_PER_MSEC; variable 22 return perf_config_u64(&context_len, var, value); in res_sample_config() 68 n = timestamp__scnprintf_nsec(r->time - context_len, trange, sizeof trange); in res_sample_browse() 70 timestamp__scnprintf_nsec(r->time + context_len, trange + n, sizeof trange - n); in res_sample_browse()
|
/kernel/linux/common_modules/code_sign/ |
H A D | code_sign_ioctl.c | 72 u32 sid = current_sid(), context_len; in code_sign_check_caller() local 76 rc = security_sid_to_context(&selinux_state, sid, &context, &context_len); in code_sign_check_caller() 78 rc = security_sid_to_context(sid, &context, &context_len); in code_sign_check_caller()
|
Completed in 2 milliseconds