/Linux-v6.1/include/trace/events/ |
D | osnoise.h | 11 TP_PROTO(struct task_struct *t, u64 start, u64 duration), 13 TP_ARGS(t, start, duration), 18 __field( u64, duration) 26 __entry->duration = duration; 29 TP_printk("%8s:%d start %llu.%09u duration %llu ns", 34 __entry->duration) 39 TP_PROTO(int vector, u64 start, u64 duration), 41 TP_ARGS(vector, start, duration), 45 __field( u64, duration) 52 __entry->duration = duration; [all …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/arm64/arm/cortex-a73/ |
D | mmu.json | 3 "PublicDescription": "Duration of a translation table walk handled by the MMU", 6 "BriefDescription": "Duration of a translation table walk handled by the MMU" 9 "PublicDescription": "Duration of a Stage 1 translation table walk handled by the MMU", 12 "BriefDescription": "Duration of a Stage 1 translation table walk handled by the MMU" 15 "PublicDescription": "Duration of a Stage 2 translation table walk handled by the MMU", 18 "BriefDescription": "Duration of a Stage 2 translation table walk handled by the MMU" 21 "PublicDescription": "Duration of a translation table walk requested by the LSU", 24 "BriefDescription": "Duration of a translation table walk requested by the LSU" 27 … "PublicDescription": "Duration of a translation table walk requested by the Instruction Side", 30 "BriefDescription": "Duration of a translation table walk requested by the Instruction Side" [all …]
|
D | pipeline.json | 15 "PublicDescription": "Duration for which all slots in the Load-Store Unit are busy", 18 "BriefDescription": "Duration for which all slots in the Load-Store Unit are busy" 21 "PublicDescription": "Duration for which all slots in the load-store issue queue are busy", 24 "BriefDescription": "Duration for which all slots in the load-store issue queue are busy" 27 … "PublicDescription": "Duration for which all slots in the data processing issue queue are busy", 30 … "BriefDescription": "Duration for which all slots in the data processing issue queue are busy" 33 "PublicDescription": "Duration for which all slots in the Data Engine issue queue are busy", 36 "BriefDescription": "Duration for which all slots in the Data Engine issue queue are busy"
|
/Linux-v6.1/tools/perf/pmu-events/arch/arm64/arm/cortex-a75/ |
D | mmu.json | 3 "PublicDescription": "Duration of a translation table walk handled by the MMU", 6 "BriefDescription": "Duration of a translation table walk handled by the MMU" 9 …"PublicDescription": "Duration of a Stage 1 translation table walk handled by the MMU. This event … 12 …"BriefDescription": "Duration of a Stage 1 translation table walk handled by the MMU. This event i… 15 …"PublicDescription": "Duration of a Stage 2 translation table walk handled by the MMU. This event … 18 …"BriefDescription": "Duration of a Stage 2 translation table walk handled by the MMU. This event i… 21 "PublicDescription": "Duration of a translation table walk requested by the LSU", 24 "BriefDescription": "Duration of a translation table walk requested by the LSU" 27 … "PublicDescription": "Duration of a translation table walk requested by the instruction side", 30 "BriefDescription": "Duration of a translation table walk requested by the instruction side" [all …]
|
D | pipeline.json | 21 "PublicDescription": "Duration for which all slots in the Load-Store Unit (LSU) are busy", 24 "BriefDescription": "Duration for which all slots in the Load-Store Unit (LSU) are busy" 27 …"PublicDescription": "Duration for which all slots in the load-store issue queue are busy. This ev… 30 …"BriefDescription": "Duration for which all slots in the load-store issue queue are busy. This eve… 33 …"PublicDescription": "Duration for which all slots in the data processing issue queue are busy. Th… 36 …"BriefDescription": "Duration for which all slots in the data processing issue queue are busy. Thi… 39 …"PublicDescription": "Duration for which all slots in the data engine issue queue are busy. This e… 42 …"BriefDescription": "Duration for which all slots in the data engine issue queue are busy. This ev…
|
/Linux-v6.1/Documentation/leds/ |
D | ledtrig-transient.rst | 68 This trigger exports three properties, activate, state, and duration. When 71 - duration allows setting timer value in msecs. The initial value is 0. 73 duration as needed. The initial and default value is 0. This will allow 74 duration to be set after trigger activation. 76 duration. 82 to allow duration to be set. 85 duration running. 89 duration 90 - one shot timer value. When activate is set, duration value 93 echo new_value > duration [all …]
|
/Linux-v6.1/drivers/media/rc/ |
D | rc-core-priv.h | 182 static inline void decrease_duration(struct ir_raw_event *ev, unsigned duration) in decrease_duration() argument 184 if (duration > ev->duration) in decrease_duration() 185 ev->duration = 0; in decrease_duration() 187 ev->duration -= duration; in decrease_duration() 203 u32 duration) in init_ir_raw_event_duration() argument 206 .duration = duration, in init_ir_raw_event_duration() 213 * @leader_pulse: duration of leader pulse (if any) 0 if continuing 215 * @leader_space: duration of leader space (if any) 216 * @clock: duration of each pulse/space in ns 219 * @trailer_space: duration of trailer space in ns [all …]
|
D | ir-xmp-decoder.c | 19 /* should be 80ms but not all duration supliers can go that high */ 46 data->state, data->count, ev.duration, TO_STR(ev.pulse)); in ir_xmp_decode() 54 if (eq_margin(ev.duration, XMP_LEADER, XMP_UNIT / 2)) { in ir_xmp_decode() 65 if (eq_margin(ev.duration, XMP_LEADER, XMP_UNIT / 2)) in ir_xmp_decode() 74 if (geq_margin(ev.duration, XMP_TRAILER_SPACE, XMP_NIBBLE_PREFIX)) { in ir_xmp_decode() 82 data->count, ev.duration); in ir_xmp_decode() 147 } else if (geq_margin(ev.duration, XMP_HALFFRAME_SPACE, XMP_NIBBLE_PREFIX)) { in ir_xmp_decode() 151 data->count, ev.duration); in ir_xmp_decode() 162 data->count, ev.duration); in ir_xmp_decode() 167 } else if (geq_margin(ev.duration, XMP_NIBBLE_PREFIX, XMP_UNIT)) { in ir_xmp_decode() [all …]
|
D | ir-jvc-decoder.c | 48 if (!geq_margin(ev.duration, JVC_UNIT, JVC_UNIT / 2)) in ir_jvc_decode() 52 data->state, ev.duration, TO_STR(ev.pulse)); in ir_jvc_decode() 61 if (!eq_margin(ev.duration, JVC_HEADER_PULSE, JVC_UNIT / 2)) in ir_jvc_decode() 74 if (!eq_margin(ev.duration, JVC_HEADER_SPACE, JVC_UNIT / 2)) in ir_jvc_decode() 84 if (!eq_margin(ev.duration, JVC_BIT_PULSE, JVC_UNIT / 2)) in ir_jvc_decode() 95 if (eq_margin(ev.duration, JVC_BIT_1_SPACE, JVC_UNIT / 2)) { in ir_jvc_decode() 98 } else if (eq_margin(ev.duration, JVC_BIT_0_SPACE, JVC_UNIT / 2)) in ir_jvc_decode() 114 if (!eq_margin(ev.duration, JVC_TRAILER_PULSE, JVC_UNIT / 2)) in ir_jvc_decode() 124 if (!geq_margin(ev.duration, JVC_TRAILER_SPACE, JVC_UNIT / 2)) in ir_jvc_decode() 151 if (eq_margin(ev.duration, JVC_HEADER_PULSE, JVC_UNIT / 2)) in ir_jvc_decode() [all …]
|
D | ir-nec-decoder.c | 53 data->state, ev.duration, TO_STR(ev.pulse)); in ir_nec_decode() 61 if (eq_margin(ev.duration, NEC_HEADER_PULSE, NEC_UNIT * 2)) { in ir_nec_decode() 64 } else if (eq_margin(ev.duration, NECX_HEADER_PULSE, NEC_UNIT / 2)) in ir_nec_decode() 77 if (eq_margin(ev.duration, NEC_HEADER_SPACE, NEC_UNIT)) { in ir_nec_decode() 80 } else if (eq_margin(ev.duration, NEC_REPEAT_SPACE, NEC_UNIT / 2)) { in ir_nec_decode() 91 if (!eq_margin(ev.duration, NEC_BIT_PULSE, NEC_UNIT / 2)) in ir_nec_decode() 102 geq_margin(ev.duration, NEC_TRAILER_SPACE, NEC_UNIT / 2)) { in ir_nec_decode() 111 if (eq_margin(ev.duration, NEC_BIT_1_SPACE, NEC_UNIT / 2)) in ir_nec_decode() 113 else if (!eq_margin(ev.duration, NEC_BIT_0_SPACE, NEC_UNIT / 2)) in ir_nec_decode() 128 if (!eq_margin(ev.duration, NEC_TRAILER_PULSE, NEC_UNIT / 2)) in ir_nec_decode() [all …]
|
D | ir-sharp-decoder.c | 50 data->state, ev.duration, TO_STR(ev.pulse)); in ir_sharp_decode() 58 if (!eq_margin(ev.duration, SHARP_BIT_PULSE, in ir_sharp_decode() 63 data->pulse_len = ev.duration; in ir_sharp_decode() 71 if (!eq_margin(ev.duration, SHARP_BIT_PULSE, in ir_sharp_decode() 75 data->pulse_len = ev.duration; in ir_sharp_decode() 84 if (eq_margin(data->pulse_len + ev.duration, SHARP_BIT_1_PERIOD, in ir_sharp_decode() 87 else if (!eq_margin(data->pulse_len + ev.duration, in ir_sharp_decode() 104 if (!eq_margin(ev.duration, SHARP_BIT_PULSE, in ir_sharp_decode() 124 if (!eq_margin(ev.duration, SHARP_ECHO_SPACE, in ir_sharp_decode() 136 if (!geq_margin(ev.duration, SHARP_TRAILER_SPACE, in ir_sharp_decode() [all …]
|
/Linux-v6.1/net/mac80211/ |
D | airtime.c | 30 /* Transmit duration for the raw data part of an average sized packet */ 51 /* Transmit duration for the raw data part of an average sized packet */ 91 #define GROUP_SHIFT(duration) \ argument 92 _MAX(0, 16 - __builtin_clz(duration)) 98 .duration = { \ 129 .duration = { \ 171 .duration = { \ 208 u16 duration[MCS_GROUP_RATES]; member 385 u32 duration; in ieee80211_calc_legacy_rate_duration() local 388 duration = 144 + 48; /* preamble + PLCP */ in ieee80211_calc_legacy_rate_duration() [all …]
|
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | time-event.h | 20 * and for a certain duration, the driver needs to issue a time event. 32 * time and for a certain duration, it sends a Time Event. The flow against the 41 * What is the duration of the event? 65 * @duration: the duration of the session in TU. 81 u32 duration, u32 min_duration, 108 * @duration: the requested duration in millisecond for the fw to be on the 113 * which means that the fw will stay in the channel for the request %duration 121 int duration, enum ieee80211_roc_type type); 169 * @duration: the duration of the NoA in TU. 177 u32 duration, u32 apply_time); [all …]
|
/Linux-v6.1/tools/testing/selftests/bpf/ |
D | test_progs.h | 182 #define _CHECK(condition, tag, duration, format...) ({ \ argument 191 __func__, tag, duration); \ 209 _CHECK(condition, tag, duration, format) 211 _CHECK(condition, tag, tattr.duration, format) 214 static int duration = 0; \ 221 static int duration = 0; \ 228 static int duration = 0; \ 239 static int duration = 0; \ 250 static int duration = 0; \ 261 static int duration = 0; \ [all …]
|
/Linux-v6.1/tools/testing/selftests/netfilter/ |
D | nft_zones_many.sh | 88 local duration=$((stop-start)) 89 echo "PASS: added 1000 entries in $duration ms (now $i total, loop $j)" 94 local duration=$((stop-outerstart)) 97 echo "PASS: inserted $count entries from packet path in $duration ms total" 100 …echo "FAIL: inserted $count entries from packet path in $duration ms total, expected $max_zones en… 134 local duration=$((stop-start)) 135 echo "PASS: added 1000 entries in $duration ms (now $i total)" 141 local duration=$((stop-outerstart)) 144 echo "PASS: inserted $count entries via ctnetlink in $duration ms" 147 …o "FAIL: inserted $count entries via ctnetlink in $duration ms, expected $max_zones entries ($dura…
|
/Linux-v6.1/tools/perf/util/bpf_skel/ |
D | lock_contention.bpf.c | 135 __u64 duration; in contention_end() local 145 duration = bpf_ktime_get_ns() - pelem->timestamp; in contention_end() 151 .total_time = duration, in contention_end() 152 .max_time = duration, in contention_end() 153 .min_time = duration, in contention_end() 163 __sync_fetch_and_add(&data->total_time, duration); in contention_end() 167 if (data->max_time < duration) in contention_end() 168 data->max_time = duration; in contention_end() 169 if (data->min_time > duration) in contention_end() 170 data->min_time = duration; in contention_end()
|
/Linux-v6.1/drivers/char/tpm/ |
D | tpm1-cmd.c | 282 * tpm1_calc_ordinal_duration() - calculate the maximum command duration 289 * Return: A maximal duration time for an ordinal in jiffies. 294 int duration = 0; in tpm1_calc_ordinal_duration() local 297 * We only have a duration table for protected commands, where the upper in tpm1_calc_ordinal_duration() 304 duration = chip->duration[duration_idx]; in tpm1_calc_ordinal_duration() 305 if (duration <= 0) in tpm1_calc_ordinal_duration() 308 return duration; in tpm1_calc_ordinal_duration() 419 sizeof(cap.duration)); in tpm1_get_timeouts() 423 chip->duration[TPM_SHORT] = in tpm1_get_timeouts() 424 usecs_to_jiffies(be32_to_cpu(cap.duration.tpm_short)); in tpm1_get_timeouts() [all …]
|
/Linux-v6.1/tools/testing/selftests/bpf/progs/ |
D | test_lirc_mode2_kern.c | 14 unsigned int duration = LIRC_VALUE(*sample); in bpf_decoder() local 16 if (duration & 0x10000) in bpf_decoder() 17 bpf_rc_keydown(sample, 0x40, duration & 0xffff, 0); in bpf_decoder() 18 if (duration & 0x20000) in bpf_decoder() 19 bpf_rc_pointer_rel(sample, (duration >> 8) & 0xff, in bpf_decoder() 20 duration & 0xff); in bpf_decoder()
|
/Linux-v6.1/tools/power/cpupower/utils/ |
D | cpufreq-info.c | 87 static void print_duration(unsigned long duration) in print_duration() argument 92 if (duration > 1000000) in print_duration() 93 printf("%u.%06u ms", ((unsigned int) duration/1000000), in print_duration() 94 ((unsigned int) duration%1000000)); in print_duration() 95 else if (duration > 100000) in print_duration() 96 printf("%u us", ((unsigned int) duration/1000)); in print_duration() 97 else if (duration > 1000) in print_duration() 98 printf("%u.%03u us", ((unsigned int) duration/1000), in print_duration() 99 ((unsigned int) duration%1000)); in print_duration() 101 printf("%lu ns", duration); in print_duration() [all …]
|
/Linux-v6.1/drivers/base/test/ |
D | test_async_driver_probe.c | 106 unsigned long long duration; in test_async_probe_init() local 136 duration = (unsigned long long)ktime_ms_delta(ktime_get(), calltime); in test_async_probe_init() 137 pr_info("registration took %lld msecs\n", duration); in test_async_probe_init() 138 if (duration > TEST_PROBE_THRESHOLD) { in test_async_probe_init() 163 duration = (unsigned long long)ktime_ms_delta(ktime_get(), calltime); in test_async_probe_init() 165 "registration took %lld msecs\n", duration); in test_async_probe_init() 166 if (duration > TEST_PROBE_THRESHOLD) { in test_async_probe_init() 198 duration = (unsigned long long)ktime_ms_delta(ktime_get(), calltime); in test_async_probe_init() 199 pr_info("registration took %lld msecs\n", duration); in test_async_probe_init() 200 if (duration < TEST_PROBE_THRESHOLD) { in test_async_probe_init() [all …]
|
/Linux-v6.1/drivers/watchdog/ |
D | aspeed_wdt.c | 69 * * Pulse duration 73 * Pulse duration configuration is available on both the AST2400 and AST2500, 254 u32 duration; in aspeed_wdt_probe() local 351 if (!of_property_read_u32(np, "aspeed,ext-pulse-duration", &duration)) { in aspeed_wdt_probe() 354 if (duration == 0 || duration > max_duration) { in aspeed_wdt_probe() 355 dev_err(dev, "Invalid pulse duration: %uus\n", in aspeed_wdt_probe() 356 duration); in aspeed_wdt_probe() 357 duration = max(1U, min(max_duration, duration)); in aspeed_wdt_probe() 358 dev_info(dev, "Pulse duration set to %uus\n", in aspeed_wdt_probe() 359 duration); in aspeed_wdt_probe() [all …]
|
/Linux-v6.1/Documentation/trace/ |
D | osnoise-tracer.rst | 121 - osnoise:nmi_noise: noise from NMI, including the duration. 122 - osnoise:irq_noise: noise from an IRQ, including the duration. 124 duration. 125 - osnoise:thread_noise: noise from a thread, including the duration. 129 thread_noise duration at the start. Then, an IRQ takes place, preempting 131 it will compute its duration, and this duration will be subtracted from 137 …8-961 [008] d.h. 5789.857532: irq_noise: local_timer:236 start 5789.857529929 duration 1845 ns 138 …8-961 [008] dNh. 5789.858408: irq_noise: local_timer:236 start 5789.858404871 duration 2848 ns 139 …54 [008] d... 5789.858413: thread_noise: migration/8:54 start 5789.858409300 duration 3068 ns 140 …osnoise/8-961 [008] .... 5789.858413: sample_threshold: start 5789.858404555 duration 8812 ns… [all …]
|
/Linux-v6.1/tools/tracing/rtla/src/ |
D | osnoise_hist.c | 28 int duration; member 120 unsigned long long duration, int count) in osnoise_hist_update_multiple() argument 129 duration = duration / params->output_divisor; in osnoise_hist_update_multiple() 132 bucket = duration / data->bucket_size; in osnoise_hist_update_multiple() 136 update_min(&data->hist[cpu].min_sample, &duration); in osnoise_hist_update_multiple() 137 update_sum(&data->hist[cpu].sum_sample, &duration); in osnoise_hist_update_multiple() 138 update_max(&data->hist[cpu].max_sample, &duration); in osnoise_hist_update_multiple() 172 snprintf(buff, sizeof(buff), "duration.buckets=%d", bucket_size); in osnoise_init_trace_hist() 200 long long cpu, counter, duration; in osnoise_read_trace_hist() local 213 position = strstr(position, "duration: ~"); in osnoise_read_trace_hist() [all …]
|
/Linux-v6.1/tools/testing/selftests/rcutorture/bin/ |
D | kvm-recheck-rcuscale.sh | 38 /-scale: .*writer-duration/ { 75 print "Average grace-period duration: " sum / newNR " microseconds"; 76 print "Minimum grace-period duration: " gptimes[1]; 77 print "50th percentile grace-period duration: " gptimes[pct50]; 78 print "90th percentile grace-period duration: " gptimes[pct90]; 79 print "99th percentile grace-period duration: " gptimes[pct99]; 80 print "Maximum grace-period duration: " gptimes[newNR];
|
/Linux-v6.1/tools/perf/pmu-events/arch/powerpc/power8/ |
D | marked.json | 41 …"BriefDescription": "Duration in cycles to reload with Modified (M) data from another chip's L2 or… 53 …"BriefDescription": "Duration in cycles to reload with Shared (S) data from another chip's L2 or L… 65 …"BriefDescription": "Duration in cycles to reload from another chip's L4 on a different Node or Gr… 77 …"BriefDescription": "Duration in cycles to reload from another chip's memory on the same Node or G… 95 …"BriefDescription": "Duration in cycles to reload from a location other than the local core's L2 d… 101 "BriefDescription": "Duration in cycles to reload from local core's L2 due to a marked load", 113 …"BriefDescription": "Duration in cycles to reload from local core's L2 with load hit store conflic… 125 …"BriefDescription": "Duration in cycles to reload from local core's L2 with dispatch conflict due … 137 …"BriefDescription": "Duration in cycles to reload from local core's L2 hit without dispatch confli… 149 …"BriefDescription": "Duration in cycles to reload from local core's L2 without conflict due to a m… [all …]
|