| /Linux-v6.1/fs/ |
| D | utimes.c | 19 int vfs_utimes(const struct path *path, struct timespec64 *times) in vfs_utimes() argument 26 if (times) { in vfs_utimes() 27 if (!nsec_valid(times[0].tv_nsec) || in vfs_utimes() 28 !nsec_valid(times[1].tv_nsec)) in vfs_utimes() 30 if (times[0].tv_nsec == UTIME_NOW && in vfs_utimes() 31 times[1].tv_nsec == UTIME_NOW) in vfs_utimes() 32 times = NULL; in vfs_utimes() 40 if (times) { in vfs_utimes() 41 if (times[0].tv_nsec == UTIME_OMIT) in vfs_utimes() 43 else if (times[0].tv_nsec != UTIME_NOW) { in vfs_utimes() [all …]
|
| /Linux-v6.1/Documentation/scheduler/ |
| D | sched-stats.rst | 43 1) # of times sched_yield() was called 49 3) # of times schedule() was called 50 4) # of times schedule() left the processor idle 54 5) # of times try_to_wake_up() was called 55 6) # of times try_to_wake_up() was called to wake up the local cpu 78 1) # of times in this domain load_balance() was called when the 80 2) # of times in this domain load_balance() checked but found 82 3) # of times in this domain load_balance() tried to move one or 86 5) # of times in this domain pull_task() was called when the cpu 88 6) # of times in this domain pull_task() was called even though [all …]
|
| /Linux-v6.1/tools/perf/pmu-events/arch/x86/broadwellde/ |
| D | memory.json | 3 "BriefDescription": "Number of times HLE abort was triggered (PEBS)", 9 "PublicDescription": "Number of times HLE abort was triggered (PEBS).", 14 …"BriefDescription": "Number of times an HLE execution aborted due to various memory events (e.g., … 19 …"PublicDescription": "Number of times an HLE abort was attributed to a Memory condition (See TSX_M… 24 "BriefDescription": "Number of times an HLE execution aborted due to uncommon conditions", 29 "PublicDescription": "Number of times the TSX watchdog signaled an HLE abort.", 34 … "BriefDescription": "Number of times an HLE execution aborted due to HLE-unfriendly instructions", 39 "PublicDescription": "Number of times a disallowed operation caused an HLE abort.", 44 … "BriefDescription": "Number of times an HLE execution aborted due to incompatible memory type", 49 "PublicDescription": "Number of times HLE caused a fault.", [all …]
|
| D | uncore-power.json | 178 …"PublicDescription": "Counts the number of times when a configurable cores had a C-state demotion", 187 …"PublicDescription": "Counts the number of times when a configurable cores had a C-state demotion", 196 …"PublicDescription": "Counts the number of times when a configurable cores had a C-state demotion", 205 …"PublicDescription": "Counts the number of times when a configurable cores had a C-state demotion", 214 …"PublicDescription": "Counts the number of times when a configurable cores had a C-state demotion", 223 …"PublicDescription": "Counts the number of times when a configurable cores had a C-state demotion", 232 …"PublicDescription": "Counts the number of times when a configurable cores had a C-state demotion", 241 …"PublicDescription": "Counts the number of times when a configurable cores had a C-state demotion", 250 …"PublicDescription": "Counts the number of times when a configurable cores had a C-state demotion", 259 …"PublicDescription": "Counts the number of times when a configurable cores had a C-state demotion", [all …]
|
| /Linux-v6.1/tools/perf/pmu-events/arch/x86/broadwellx/ |
| D | memory.json | 3 "BriefDescription": "Number of times HLE abort was triggered", 9 "PublicDescription": "Number of times HLE abort was triggered.", 14 …"BriefDescription": "Number of times an HLE execution aborted due to various memory events (e.g., … 19 …"PublicDescription": "Number of times an HLE abort was attributed to a Memory condition (See TSX_M… 24 "BriefDescription": "Number of times an HLE execution aborted due to uncommon conditions", 29 "PublicDescription": "Number of times the TSX watchdog signaled an HLE abort.", 34 … "BriefDescription": "Number of times an HLE execution aborted due to HLE-unfriendly instructions", 39 "PublicDescription": "Number of times a disallowed operation caused an HLE abort.", 44 … "BriefDescription": "Number of times an HLE execution aborted due to incompatible memory type", 49 "PublicDescription": "Number of times HLE caused a fault.", [all …]
|
| /Linux-v6.1/tools/perf/pmu-events/arch/x86/icelake/ |
| D | memory.json | 27 …"BriefDescription": "Number of times an HLE execution aborted due to any reasons (multiple categor… 33 "PublicDescription": "Counts the number of times HLE abort was triggered.", 38 …"BriefDescription": "Number of times an HLE execution aborted due to unfriendly events (such as in… 44 …"PublicDescription": "Counts the number of times an HLE execution aborted due to unfriendly events… 49 …"BriefDescription": "Number of times an HLE execution aborted due to various memory events (e.g., … 55 …"PublicDescription": "Counts the number of times an HLE execution aborted due to various memory ev… 60 …"BriefDescription": "Number of times an HLE execution aborted due to HLE-unfriendly instructions a… 66 …"PublicDescription": "Counts the number of times an HLE execution aborted due to HLE-unfriendly in… 71 "BriefDescription": "Number of times an HLE execution successfully committed", 77 "PublicDescription": "Counts the number of times HLE commit succeeded.", [all …]
|
| /Linux-v6.1/tools/perf/pmu-events/arch/x86/haswell/ |
| D | memory.json | 3 …"BriefDescription": "Number of times an HLE execution aborted due to any reasons (multiple categor… 13 …"BriefDescription": "Number of times an HLE execution aborted due to various memory events (e.g., … 22 "BriefDescription": "Number of times an HLE execution aborted due to uncommon conditions.", 31 …"BriefDescription": "Number of times an HLE execution aborted due to HLE-unfriendly instructions.", 40 … "BriefDescription": "Number of times an HLE execution aborted due to incompatible memory type.", 50 …"BriefDescription": "Number of times an HLE execution aborted due to none of the previous 4 catego… 55 …"PublicDescription": "Number of times an HLE execution aborted due to none of the previous 4 categ… 60 "BriefDescription": "Number of times an HLE execution successfully committed.", 69 "BriefDescription": "Number of times an HLE execution started.", 480 …"BriefDescription": "Number of times an RTM execution aborted due to any reasons (multiple categor… [all …]
|
| /Linux-v6.1/tools/perf/pmu-events/arch/x86/ivytown/ |
| D | uncore-power.json | 152 …"PublicDescription": "Number of times that a deep C state was requested, but the delayed C state a… 162 …"PublicDescription": "Number of times that a deep C state was requested, but the delayed C state a… 172 …"PublicDescription": "Number of times that a deep C state was requested, but the delayed C state a… 182 …"PublicDescription": "Number of times that a deep C state was requested, but the delayed C state a… 192 …"PublicDescription": "Number of times that a deep C state was requested, but the delayed C state a… 202 …"PublicDescription": "Number of times that a deep C state was requested, but the delayed C state a… 212 …"PublicDescription": "Number of times that a deep C state was requested, but the delayed C state a… 222 …"PublicDescription": "Number of times that a deep C state was requested, but the delayed C state a… 232 …"PublicDescription": "Number of times that a deep C state was requested, but the delayed C state a… 242 …"PublicDescription": "Number of times that a deep C state was requested, but the delayed C state a… [all …]
|
| /Linux-v6.1/tools/perf/pmu-events/arch/x86/tigerlake/ |
| D | memory.json | 164 "BriefDescription": "Number of times an RTM execution aborted.", 170 "PublicDescription": "Counts the number of times RTM abort was triggered.", 175 …"BriefDescription": "Number of times an RTM execution aborted due to none of the previous 4 catego… 181 …"PublicDescription": "Counts the number of times an RTM execution aborted due to none of the previ… 186 …"BriefDescription": "Number of times an RTM execution aborted due to various memory events (e.g. r… 192 …"PublicDescription": "Counts the number of times an RTM execution aborted due to various memory ev… 197 … "BriefDescription": "Number of times an RTM execution aborted due to incompatible memory type", 203 …"PublicDescription": "Counts the number of times an RTM execution aborted due to incompatible memo… 208 … "BriefDescription": "Number of times an RTM execution aborted due to HLE-unfriendly instructions", 214 …"PublicDescription": "Counts the number of times an RTM execution aborted due to HLE-unfriendly in… [all …]
|
| /Linux-v6.1/Documentation/powerpc/ |
| D | vcpudispatch_stats.rst | 17 By default, the DTLB log for each vcpu is processed 50 times a second so 31 2. number of times this vcpu was dispatched on the same processor as last 33 3. number of times this vcpu was dispatched on a different processor core 35 4. number of times this vcpu was dispatched on a different chip 36 5. number of times this vcpu was dispatches on a different socket/drawer 42 6. number of times this vcpu was dispatched in its home node (chip) 43 7. number of times this vcpu was dispatched in a different node 44 8. number of times this vcpu was dispatched in a node further away (numa
|
| /Linux-v6.1/tools/perf/pmu-events/arch/x86/haswellx/ |
| D | memory.json | 3 …"BriefDescription": "Number of times an HLE execution aborted due to any reasons (multiple categor… 13 …"BriefDescription": "Number of times an HLE execution aborted due to various memory events (e.g., … 22 "BriefDescription": "Number of times an HLE execution aborted due to uncommon conditions.", 31 …"BriefDescription": "Number of times an HLE execution aborted due to HLE-unfriendly instructions.", 40 … "BriefDescription": "Number of times an HLE execution aborted due to incompatible memory type.", 50 …"BriefDescription": "Number of times an HLE execution aborted due to none of the previous 4 catego… 55 …"PublicDescription": "Number of times an HLE execution aborted due to none of the previous 4 categ… 60 "BriefDescription": "Number of times an HLE execution successfully committed.", 69 "BriefDescription": "Number of times an HLE execution started.", 564 …"BriefDescription": "Number of times an RTM execution aborted due to any reasons (multiple categor… [all …]
|
| /Linux-v6.1/lib/ |
| D | fault-inject.c | 22 int times; in setup_fault_attr() local 25 /* "<interval>,<probability>,<space>,<times>" */ in setup_fault_attr() 27 &interval, &probability, &space, ×) < 4) { in setup_fault_attr() 35 atomic_set(&attr->times, times); in setup_fault_attr() 47 "space %d, times %d\n", attr->dname, in fail_dump() 50 atomic_read(&attr->times)); in fail_dump() 125 if (atomic_read(&attr->times) == 0) in should_fail_ex() 149 if (atomic_read(&attr->times) != -1) in should_fail_ex() 150 atomic_dec_not_zero(&attr->times); in should_fail_ex() 217 debugfs_create_atomic_t("times", mode, dir, &attr->times); in fault_create_debugfs_attr()
|
| /Linux-v6.1/drivers/gpu/drm/i915/gt/ |
| D | selftest_engine_heartbeat.c | 209 u32 times[5]; in __live_heartbeat_fast() local 223 for (i = 0; i < ARRAY_SIZE(times); i++) { in __live_heartbeat_fast() 252 times[i] = ktime_us_delta(t1, t0); in __live_heartbeat_fast() 255 sort(times, ARRAY_SIZE(times), sizeof(times[0]), cmp_u32, NULL); in __live_heartbeat_fast() 259 times[ARRAY_SIZE(times) / 2], in __live_heartbeat_fast() 260 times[0], in __live_heartbeat_fast() 261 times[ARRAY_SIZE(times) - 1]); in __live_heartbeat_fast() 270 if (times[ARRAY_SIZE(times) / 2] > error_threshold) { in __live_heartbeat_fast() 273 times[ARRAY_SIZE(times) / 2], in __live_heartbeat_fast()
|
| /Linux-v6.1/tools/testing/fault-injection/ |
| D | failcmd.sh | 30 --times=value 31 specifies how many times failures may happen at most. 87 LONGOPTS=probability:,interval:,times:,space:,verbose:,task-filter: 110 echo 1 > $FAULTATTR/times 130 declare -i times=1 142 -t|--times) 143 times=$2 215 echo $times > $FAULTATTR/times
|
| /Linux-v6.1/tools/perf/pmu-events/arch/x86/silvermont/ |
| D | frontend.json | 7 …"PublicDescription": "The BACLEARS event counts the number of times the front end is resteered, ma… 16 …"PublicDescription": "The BACLEARS event counts the number of times the front end is resteered, ma… 25 …"PublicDescription": "The BACLEARS event counts the number of times the front end is resteered, ma… 30 …"BriefDescription": "Counts the number of times a decode restriction reduced the decode throughput… 34 …"PublicDescription": "Counts the number of times a decode restriction reduced the decode throughpu… 66 …"BriefDescription": "Counts the number of times entered into a ucode flow in the FEC. Includes in… 70 …"PublicDescription": "Counts the number of times the MSROM starts a flow of UOPS. It does not coun…
|
| /Linux-v6.1/tools/perf/pmu-events/arch/x86/skylake/ |
| D | memory.json | 23 …"BriefDescription": "Number of times an HLE execution aborted due to any reasons (multiple categor… 29 "PublicDescription": "Number of times HLE abort was triggered.", 34 …"BriefDescription": "Number of times an HLE execution aborted due to unfriendly events (such as in… 43 …"BriefDescription": "Number of times an HLE execution aborted due to various memory events (e.g., … 52 … "BriefDescription": "Number of times an HLE execution aborted due to incompatible memory type", 57 … "PublicDescription": "Number of times an HLE execution aborted due to incompatible memory type.", 62 … "BriefDescription": "Number of times an HLE execution aborted due to hardware timer expiration.", 71 …"BriefDescription": "Number of times an HLE execution aborted due to HLE-unfriendly instructions a… 80 "BriefDescription": "Number of times an HLE execution successfully committed", 85 "PublicDescription": "Number of times HLE commit succeeded.", [all …]
|
| /Linux-v6.1/tools/perf/pmu-events/arch/x86/skylakex/ |
| D | memory.json | 23 …"BriefDescription": "Number of times an HLE execution aborted due to any reasons (multiple categor… 29 "PublicDescription": "Number of times HLE abort was triggered.", 34 …"BriefDescription": "Number of times an HLE execution aborted due to unfriendly events (such as in… 43 …"BriefDescription": "Number of times an HLE execution aborted due to various memory events (e.g., … 52 … "BriefDescription": "Number of times an HLE execution aborted due to incompatible memory type", 57 … "PublicDescription": "Number of times an HLE execution aborted due to incompatible memory type.", 62 … "BriefDescription": "Number of times an HLE execution aborted due to hardware timer expiration.", 71 …"BriefDescription": "Number of times an HLE execution aborted due to HLE-unfriendly instructions a… 80 "BriefDescription": "Number of times an HLE execution successfully committed", 85 "PublicDescription": "Number of times HLE commit succeeded.", [all …]
|
| /Linux-v6.1/tools/power/cpupower/bench/ |
| D | README-BENCH | 34 You can specify load (100% CPU load) and sleep (0% CPU load) times in us which 42 repeated 20 times. 48 Will increase load and sleep time by 25ms 5 times. 50 25ms load/sleep time repeated 20 times (cycles). 51 50ms load/sleep time repeated 20 times (cycles). 53 100ms load/sleep time repeated 20 times (cycles). 79 In round 2, if the ondemand sampling times exactly match the load/sleep 96 You can easily test all kind of load/sleep times and check whether your
|
| /Linux-v6.1/fs/hostfs/ |
| D | hostfs_user.c | 197 struct timeval times[2]; in set_attr() local 235 * times according to the changes to perform, and then call futimes() in set_attr() 244 times[0].tv_sec = st.atime.tv_sec; in set_attr() 245 times[0].tv_usec = st.atime.tv_nsec / 1000; in set_attr() 246 times[1].tv_sec = st.mtime.tv_sec; in set_attr() 247 times[1].tv_usec = st.mtime.tv_nsec / 1000; in set_attr() 250 times[0].tv_sec = attrs->ia_atime.tv_sec; in set_attr() 251 times[0].tv_usec = attrs->ia_atime.tv_nsec / 1000; in set_attr() 254 times[1].tv_sec = attrs->ia_mtime.tv_sec; in set_attr() 255 times[1].tv_usec = attrs->ia_mtime.tv_nsec / 1000; in set_attr() [all …]
|
| /Linux-v6.1/tools/perf/pmu-events/arch/x86/sapphirerapids/ |
| D | memory.json | 324 "BriefDescription": "Number of times an RTM execution aborted.", 330 "PublicDescription": "Counts the number of times RTM abort was triggered.", 335 …"BriefDescription": "Number of times an RTM execution aborted due to none of the previous 4 catego… 341 …"PublicDescription": "Counts the number of times an RTM execution aborted due to none of the previ… 346 …"BriefDescription": "Number of times an RTM execution aborted due to various memory events (e.g. r… 352 …"PublicDescription": "Counts the number of times an RTM execution aborted due to various memory ev… 357 … "BriefDescription": "Number of times an RTM execution aborted due to incompatible memory type", 363 …"PublicDescription": "Counts the number of times an RTM execution aborted due to incompatible memo… 368 … "BriefDescription": "Number of times an RTM execution aborted due to HLE-unfriendly instructions", 374 …"PublicDescription": "Counts the number of times an RTM execution aborted due to HLE-unfriendly in… [all …]
|
| /Linux-v6.1/fs/xfs/ |
| D | xfs_stats.h | 104 uint32_t vn_alloc; /* # times vn_alloc called */ 105 uint32_t vn_get; /* # times vn_get called */ 106 uint32_t vn_hold; /* # times vn_hold called */ 107 uint32_t vn_rele; /* # times vn_rele called */ 108 uint32_t vn_reclaim; /* # times vn_reclaim called */ 109 uint32_t vn_remove; /* # times vn_remove called */ 110 uint32_t vn_free; /* # times vn_free called */
|
| /Linux-v6.1/Documentation/ABI/testing/ |
| D | sysfs-devices-platform-ipmi | 127 idles (RO) Number of times the interface was 140 hosed_count (RO) Number of times the hardware didn't 143 long_timeouts (RO) Number of times the driver 147 flag_fetches (RO) Number of times the driver 156 short_timeouts (RO) Number of times the driver 207 hosed (RO) Number of times the hardware didn't 228 flag_fetches (RO) Number of times a flag fetch was 234 receive_retries (RO) Number of times the receive of a 237 send_errors (RO) Number of times the send of a
|
| /Linux-v6.1/tools/perf/pmu-events/arch/x86/icelakex/ |
| D | memory.json | 413 "BriefDescription": "Number of times an RTM execution aborted.", 419 "PublicDescription": "Counts the number of times RTM abort was triggered.", 424 …"BriefDescription": "Number of times an RTM execution aborted due to none of the previous 4 catego… 430 …"PublicDescription": "Counts the number of times an RTM execution aborted due to none of the previ… 435 …"BriefDescription": "Number of times an RTM execution aborted due to various memory events (e.g. r… 441 …"PublicDescription": "Counts the number of times an RTM execution aborted due to various memory ev… 446 … "BriefDescription": "Number of times an RTM execution aborted due to incompatible memory type", 452 …"PublicDescription": "Counts the number of times an RTM execution aborted due to incompatible memo… 457 … "BriefDescription": "Number of times an RTM execution aborted due to HLE-unfriendly instructions", 463 …"PublicDescription": "Counts the number of times an RTM execution aborted due to HLE-unfriendly in… [all …]
|
| /Linux-v6.1/tools/perf/pmu-events/arch/x86/jaketown/ |
| D | uncore-power.json | 96 …"PublicDescription": "Counts the number of times when a configurable cores had a C-state demotion", 105 …"PublicDescription": "Counts the number of times when a configurable cores had a C-state demotion", 114 …"PublicDescription": "Counts the number of times when a configurable cores had a C-state demotion", 123 …"PublicDescription": "Counts the number of times when a configurable cores had a C-state demotion", 132 …"PublicDescription": "Counts the number of times when a configurable cores had a C-state demotion", 141 …"PublicDescription": "Counts the number of times when a configurable cores had a C-state demotion", 150 …"PublicDescription": "Counts the number of times when a configurable cores had a C-state demotion", 159 …"PublicDescription": "Counts the number of times when a configurable cores had a C-state demotion", 168 …can use edge detect in conjunction with this event to track the number of times that we transition… 177 …can use edge detect in conjunction with this event to track the number of times that we transition… [all …]
|
| /Linux-v6.1/tools/perf/pmu-events/arch/x86/knightslanding/ |
| D | frontend.json | 3 …"BriefDescription": "Counts the number of times the front end resteers for any branch as a result … 11 …"BriefDescription": "Counts the number of times the front end resteers for conditional branches as… 19 …"BriefDescription": "Counts the number of times the front end resteers for RET branches as a resul… 51 "BriefDescription": "Counts the number of times the MSROM starts a flow of uops.",
|