| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | time-utils.c | 18 int parse_nsec_time(const char *str, u64 *ptime) in parse_nsec_time() argument 47 *ptime = time_sec * NSEC_PER_SEC + time_nsec; in parse_nsec_time() 51 static int parse_timestr_sec_nsec(struct perf_time_interval *ptime, in parse_timestr_sec_nsec() argument 55 (parse_nsec_time(start_str, &ptime->start) != 0)) { in parse_timestr_sec_nsec() 60 (parse_nsec_time(end_str, &ptime->end) != 0)) { in parse_timestr_sec_nsec() 94 int perf_time__parse_str(struct perf_time_interval *ptime, const char *ostr) in perf_time__parse_str() argument 103 ptime->start = 0; in perf_time__parse_str() 104 ptime->end = 0; in perf_time__parse_str() 106 rc = parse_timestr_sec_nsec(ptime, start_str, end_str); in perf_time__parse_str() 111 if (rc == 0 && ptime->end && ptime->end < ptime->start) in perf_time__parse_str() [all …]
|
| H A D | time-utils.h | 13 int parse_nsec_time(const char *str, u64 *ptime); 15 int perf_time__parse_str(struct perf_time_interval *ptime, const char *ostr); 22 bool perf_time__skip_sample(struct perf_time_interval *ptime, u64 timestamp);
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | time-utils-test.c | 14 u64 ptime; in test__parse_nsec_time() local 19 err = parse_nsec_time(str, &ptime); in test__parse_nsec_time() 25 if (ptime != expected) { in test__parse_nsec_time() 27 ptime, expected); in test__parse_nsec_time() 31 pr_debug("%" PRIu64 "\n", ptime); in test__parse_nsec_time() 38 struct perf_time_interval ptime; in test__perf_time__parse_str() local 43 err = perf_time__parse_str(&ptime, ostr); in test__perf_time__parse_str() 49 if (ptime.start != start || ptime.end != end) { in test__perf_time__parse_str() 64 struct perf_time_interval ptime[TEST_MAX]; member 77 struct perf_time_interval *ptime = NULL; in test__perf_time__parse_for_ranges() local [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-sched.c | 246 struct perf_time_interval ptime; member 2438 !perf_time__skip_sample(&sched->ptime, sample->time)) in timehist_sched_wakeup_event() 2532 struct perf_time_interval *ptime = &sched->ptime; in timehist_sched_change_event() local 2569 if (ptime->start && ptime->start > t) in timehist_sched_change_event() 2572 if (tprev && ptime->start > tprev) in timehist_sched_change_event() 2573 tprev = ptime->start; in timehist_sched_change_event() 2581 if (ptime->end) { in timehist_sched_change_event() 2582 if (tprev > ptime->end) in timehist_sched_change_event() 2585 if (t > ptime->end) in timehist_sched_change_event() 2586 t = ptime->end; in timehist_sched_change_event() [all …]
|
| H A D | builtin-kmem.c | 82 static struct perf_time_interval ptime; variable 927 if (perf_time__skip_sample(&ptime, sample->time)) in perf_kmem__skip_sample() 1986 if (perf_time__parse_str(&ptime, time_str) != 0) { in cmd_kmem()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/ |
| H A D | cvmx-npei-defs.h | 1561 uint64_t ptime:1; member 1599 uint64_t ptime:1; 1694 uint64_t ptime:1; member 1732 uint64_t ptime:1; 1826 uint64_t ptime:1; member 1864 uint64_t ptime:1; 1961 uint64_t ptime:1; member 1999 uint64_t ptime:1; 2092 uint64_t ptime:1; member 2130 uint64_t ptime:1; [all …]
|
| H A D | cvmx-mio-defs.h | 3646 uint64_t ptime:1; member 3658 uint64_t ptime:1; 4061 uint64_t ptime:1; member 4073 uint64_t ptime:1;
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | posix-cpu-timers.c | 951 u64 ptime = samples[CPUCLOCK_PROF]; in check_process_timers() local 957 check_rlimit(ptime, hardns, SIGKILL, false, true)) in check_process_timers() 961 if (check_rlimit(ptime, softns, SIGXCPU, false, false)) { in check_process_timers()
|
| /OK3568_Linux_fs/kernel/sound/usb/ |
| H A D | pcm.c | 1158 unsigned int ptime; in hw_check_valid_format() local 1185 ptime = 125 * (1 << fp->datainterval); in hw_check_valid_format() 1186 if (ptime > pt->max || (ptime == pt->max && pt->openmax)) { in hw_check_valid_format() 1187 hwc_debug(" > check: ptime %u > max %u\n", ptime, pt->max); in hw_check_valid_format()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | png.h | 1040 png_const_timep ptime),PNG_DEPRECATED); 1043 png_const_timep ptime)); 1048 PNG_EXPORT(24, void, png_convert_from_struct_tm, (png_timep ptime, 1052 PNG_EXPORT(25, void, png_convert_from_time_t, (png_timep ptime, time_t ttime));
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | png.h | 1040 png_const_timep ptime),PNG_DEPRECATED); 1043 png_const_timep ptime)); 1048 PNG_EXPORT(24, void, png_convert_from_struct_tm, (png_timep ptime, 1052 PNG_EXPORT(25, void, png_convert_from_time_t, (png_timep ptime, time_t ttime));
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | png.h | 1040 png_const_timep ptime),PNG_DEPRECATED); 1043 png_const_timep ptime)); 1048 PNG_EXPORT(24, void, png_convert_from_struct_tm, (png_timep ptime, 1052 PNG_EXPORT(25, void, png_convert_from_time_t, (png_timep ptime, time_t ttime));
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | png.h | 1040 png_const_timep ptime),PNG_DEPRECATED); 1043 png_const_timep ptime)); 1048 PNG_EXPORT(24, void, png_convert_from_struct_tm, (png_timep ptime, 1052 PNG_EXPORT(25, void, png_convert_from_time_t, (png_timep ptime, time_t ttime));
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_mlme_ext.c | 2691 static u32 ptime = 0; local 2694 if ((ptime > 0) && ((stime - ptime) < mlme->defs_lmt_time)) { 2700 ptime = stime;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_mlme_ext.c | 2703 static u32 ptime = 0; local 2706 if ((ptime > 0) && ((stime - ptime) < mlme->defs_lmt_time)) { 2712 ptime = stime;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_mlme_ext.c | 2409 static u32 ptime = 0; in rtw_defs_attack_chk() local 2412 if ((ptime > 0) && ((stime - ptime) < mlme->defs_lmt_time)) { in rtw_defs_attack_chk() 2418 ptime = stime; in rtw_defs_attack_chk()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_mlme_ext.c | 2172 static u32 ptime = 0; in rtw_defs_attack_chk() local 2175 if ((ptime > 0) && ((stime - ptime) < mlme->defs_lmt_time)) { in rtw_defs_attack_chk() 2181 ptime = stime; in rtw_defs_attack_chk()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_mlme_ext.c | 2165 static u32 ptime = 0; in rtw_defs_attack_chk() local 2168 if ((ptime > 0) && ((stime - ptime) < mlme->defs_lmt_time)) { in rtw_defs_attack_chk() 2174 ptime = stime; in rtw_defs_attack_chk()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_mlme_ext.c | 2408 static u32 ptime = 0; in rtw_defs_attack_chk() local 2411 if ((ptime > 0) && ((stime - ptime) < mlme->defs_lmt_time)) { in rtw_defs_attack_chk() 2417 ptime = stime; in rtw_defs_attack_chk()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_mlme_ext.c | 2152 static u32 ptime = 0; in rtw_defs_attack_chk() local 2155 if ((ptime > 0) && ((stime - ptime) < mlme->defs_lmt_time)) { in rtw_defs_attack_chk() 2161 ptime = stime; in rtw_defs_attack_chk()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_mlme_ext.c | 2791 static u32 ptime = 0; in rtw_defs_attack_chk() local 2794 if ((ptime > 0) && ((stime - ptime) < mlme->defs_lmt_time)) { in rtw_defs_attack_chk() 2800 ptime = stime; in rtw_defs_attack_chk()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_mlme_ext.c | 2790 static u32 ptime = 0; in rtw_defs_attack_chk() local 2793 if ((ptime > 0) && ((stime - ptime) < mlme->defs_lmt_time)) { in rtw_defs_attack_chk() 2799 ptime = stime; in rtw_defs_attack_chk()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_mlme_ext.c | 2461 static u32 ptime = 0; in rtw_defs_attack_chk() local 2464 if ((ptime > 0) && ((stime - ptime) < mlme->defs_lmt_time)) { in rtw_defs_attack_chk() 2470 ptime = stime; in rtw_defs_attack_chk()
|