Home
last modified time | relevance | path

Searched refs:EVENT (Results 1 – 25 of 723) sorted by relevance

12345678910>>...29

/Linux-v5.10/arch/powerpc/perf/
Dpower7-events-list.h8 EVENT(PM_IC_DEMAND_L2_BR_ALL, 0x04898)
9 EVENT(PM_GCT_UTIL_7_TO_10_SLOTS, 0x020a0)
10 EVENT(PM_PMC2_SAVED, 0x10022)
11 EVENT(PM_CMPLU_STALL_DFU, 0x2003c)
12 EVENT(PM_VSU0_16FLOP, 0x0a0a4)
13 EVENT(PM_MRK_LSU_DERAT_MISS, 0x3d05a)
14 EVENT(PM_MRK_ST_CMPL, 0x10034)
15 EVENT(PM_NEST_PAIR3_ADD, 0x40881)
16 EVENT(PM_L2_ST_DISP, 0x46180)
17 EVENT(PM_L2_CASTOUT_MOD, 0x16180)
[all …]
Dpower9-events-list.h11 EVENT(PM_CYC, 0x0001e)
12 EVENT(PM_ICT_NOSLOT_CYC, 0x100f8)
13 EVENT(PM_CMPLU_STALL, 0x1e054)
14 EVENT(PM_INST_CMPL, 0x00002)
15 EVENT(PM_BR_CMPL, 0x4d05e)
16 EVENT(PM_BR_MPRED_CMPL, 0x400f6)
19 EVENT(PM_LD_REF_L1, 0x100fc)
21 EVENT(PM_LD_MISS_L1_FIN, 0x2c04e)
22 EVENT(PM_LD_MISS_L1, 0x3e054)
24 EVENT(PM_LD_MISS_L1_ALT, 0x400f0)
[all …]
Dpower8-events-list.h11 EVENT(PM_CYC, 0x0001e)
12 EVENT(PM_GCT_NOSLOT_CYC, 0x100f8)
13 EVENT(PM_CMPLU_STALL, 0x4000a)
14 EVENT(PM_INST_CMPL, 0x00002)
15 EVENT(PM_BRU_FIN, 0x10068)
16 EVENT(PM_BR_MPRED_CMPL, 0x400f6)
19 EVENT(PM_LD_REF_L1, 0x100ee)
21 EVENT(PM_LD_MISS_L1, 0x3e054)
23 EVENT(PM_ST_MISS_L1, 0x300f0)
25 EVENT(PM_L1_PREF, 0x0d8b8)
[all …]
Dpower10-events-list.h12 EVENT(PM_RUN_CYC, 0x600f4);
13 EVENT(PM_DISP_STALL_CYC, 0x100f8);
14 EVENT(PM_EXEC_STALL, 0x30008);
15 EVENT(PM_RUN_INST_CMPL, 0x500fa);
16 EVENT(PM_BR_CMPL, 0x4d05e);
17 EVENT(PM_BR_MPRED_CMPL, 0x400f6);
20 EVENT(PM_LD_REF_L1, 0x100fc);
22 EVENT(PM_LD_MISS_L1, 0x3e054);
24 EVENT(PM_ST_MISS_L1, 0x300f0);
26 EVENT(PM_LD_PREFETCH_CACHE_LINE_MISS, 0x1002c);
[all …]
Dgeneric-compat-pmu.c41 #define EVENT(_name, _code) _name = _code, macro
44 EVENT(PM_CYC, 0x0001e) enumerator
45 EVENT(PM_INST_CMPL, 0x00002)
48 #undef EVENT
Dpower7-pmu.c54 #define EVENT(_name, _code) \ macro
60 #undef EVENT
386 #define EVENT(_name, _code) POWER_EVENT_ATTR(_name, _name); macro
388 #undef EVENT
390 #define EVENT(_name, _code) POWER_EVENT_PTR(_name), macro
403 #undef EVENT
Dpower8-pmu.c16 #define EVENT(_name, _code) _name = _code, macro
22 #undef EVENT
Dpower10-pmu.c77 #define EVENT(_name, _code) enum{_name = _code} macro
81 #undef EVENT
/Linux-v5.10/drivers/net/wireless/marvell/mwifiex/
Dsta_event.c284 mwifiex_dbg(adapter, EVENT, "tdls channel switch result :\n"); in mwifiex_parse_tdls_event()
285 mwifiex_dbg(adapter, EVENT, in mwifiex_parse_tdls_event()
328 mwifiex_dbg(adapter, EVENT, "tdls start channel switch...\n"); in mwifiex_parse_tdls_event()
332 mwifiex_dbg(adapter, EVENT, in mwifiex_parse_tdls_event()
350 mwifiex_dbg(priv->adapter, EVENT, in mwifiex_process_uap_tx_pause()
382 mwifiex_dbg(priv->adapter, EVENT, in mwifiex_process_sta_tx_pause()
433 mwifiex_dbg(adapter, EVENT, "multi chan operation %s\n", in mwifiex_process_multi_chan_event()
714 mwifiex_dbg(adapter, EVENT, "event: LINK_SENSED\n"); in mwifiex_process_sta_event()
721 mwifiex_dbg(adapter, EVENT, "event: Deauthenticated\n"); in mwifiex_process_sta_event()
736 mwifiex_dbg(adapter, EVENT, "event: Disassociated\n"); in mwifiex_process_sta_event()
[all …]
Duap_event.c70 mwifiex_dbg(priv->adapter, EVENT, in mwifiex_check_uap_capabilities()
197 mwifiex_dbg(adapter, EVENT, in mwifiex_process_uap_event()
208 mwifiex_dbg(adapter, EVENT, in mwifiex_process_uap_event()
213 mwifiex_dbg(adapter, EVENT, in mwifiex_process_uap_event()
219 mwifiex_dbg(adapter, EVENT, in mwifiex_process_uap_event()
225 mwifiex_dbg(adapter, EVENT, "event: ADDBA Request\n"); in mwifiex_process_uap_event()
232 mwifiex_dbg(adapter, EVENT, "event: DELBA Request\n"); in mwifiex_process_uap_event()
237 mwifiex_dbg(adapter, EVENT, "event: BA Stream timeout\n"); in mwifiex_process_uap_event()
244 mwifiex_dbg(adapter, EVENT, "event: EXT_SCAN Report\n"); in mwifiex_process_uap_event()
250 mwifiex_dbg(adapter, EVENT, "event: TX_STATUS Report\n"); in mwifiex_process_uap_event()
[all …]
/Linux-v5.10/tools/testing/selftests/ftrace/test.d/kprobe/
Dkprobe_eventname.tc43 EVENT=`grep $FUNC kprobe_events | cut -f 1 -d " " | cut -f 2 -d:`
44 [ "x" != "x$EVENT" ] || exit_failure
45 test -d events/$EVENT || exit_failure
/Linux-v5.10/Documentation/userspace-api/media/cec/
Dcec-ioc-dqevent.rst43 two :ref:`CEC_EVENT_STATE_CHANGE <CEC-EVENT-STATE-CHANGE>` events with
122 - The new adapter state as sent by the :ref:`CEC_EVENT_STATE_CHANGE <CEC-EVENT-STATE-CHANGE>`
126 - The number of lost messages as sent by the :ref:`CEC_EVENT_LOST_MSGS <CEC-EVENT-LOST-MSGS>`
140 * .. _`CEC-EVENT-STATE-CHANGE`:
147 * .. _`CEC-EVENT-LOST-MSGS`:
153 * .. _`CEC-EVENT-PIN-CEC-LOW`:
160 * .. _`CEC-EVENT-PIN-CEC-HIGH`:
167 * .. _`CEC-EVENT-PIN-HPD-LOW`:
176 * .. _`CEC-EVENT-PIN-HPD-HIGH`:
185 * .. _`CEC-EVENT-PIN-5V-LOW`:
[all …]
/Linux-v5.10/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_event_triggers.tc32 EVENT="sched:sched_switch"
67 echo "schedule:${enable}_event:$EVENT" > set_ftrace_filter
98 echo "schedule:${enable}_event:$EVENT:3" > set_ftrace_filter
/Linux-v5.10/Documentation/trace/
Dboottime-trace.rst81 ftrace.[instance.INSTANCE.]events = EVENT[, EVENT2[...]]
82 Enable given events on boot. You can use a wild card in EVENT.
99 ftrace.[instance.INSTANCE.]event.GROUP.EVENT.enable
100 Enable GROUP:EVENT tracing.
102 ftrace.[instance.INSTANCE.]event.GROUP.EVENT.filter = FILTER
103 Set FILTER rule to the GROUP:EVENT.
105 ftrace.[instance.INSTANCE.]event.GROUP.EVENT.actions = ACTION[, ACTION2[...]]
106 Set ACTIONs to the GROUP:EVENT.
108 ftrace.[instance.INSTANCE.]event.kprobes.EVENT.probes = PROBE[, PROBE2[...]]
114 ftrace.[instance.INSTANCE.]event.synthetic.EVENT.fields = FIELD[, FIELD2[...]]
Duprobetracer.rst16 /sys/kernel/debug/tracing/events/uprobes/<EVENT>/enable.
29 p[:[GRP/]EVENT] PATH:OFFSET [FETCHARGS] : Set a uprobe
30 r[:[GRP/]EVENT] PATH:OFFSET [FETCHARGS] : Set a return uprobe (uretprobe)
31 p[:[GRP/]EVENT] PATH:OFFSET%return [FETCHARGS] : Set a return uprobe (uretprobe)
32 -:[GRP/]EVENT : Clear uprobe or uretprobe event
35 EVENT : Event name. If omitted, the event name is generated based
Dkprobetrace.rst21 /sys/kernel/debug/tracing/events/kprobes/<EVENT>/enable.
31 p[:[GRP/]EVENT] [MOD:]SYM[+offs]|MEMADDR [FETCHARGS] : Set a probe
32 r[MAXACTIVE][:[GRP/]EVENT] [MOD:]SYM[+0] [FETCHARGS] : Set a return probe
33 p:[GRP/]EVENT] [MOD:]SYM[+0]%return [FETCHARGS] : Set a return probe
34 -:[GRP/]EVENT : Clear a probe
37 EVENT : Event name. If omitted, the event name is generated
127 under tracing/events/kprobes/<EVENT>, at the directory you can see 'id',
188 /sys/kernel/debug/tracing/events/kprobes/<EVENT>/format.
/Linux-v5.10/drivers/atm/
Deni.c77 #define EVENT(s,a,b) macro
108 static void EVENT(const char *s,unsigned long a,unsigned long b) in EVENT() function
329 EVENT("---dump ends here---\n",0,0); in rx_ident_err()
380 EVENT("strange things happen ... (skip=%ld,eff=%ld)\n", in do_rx_dma()
493 EVENT("discard (size=%ld)\n",size,0); in discard()
494 while (do_rx_dma(vcc,NULL,1,size,0)) EVENT("BUSY LOOP",0,0); in discard()
550 EVENT("rx_aal5\n",0,0); in rx_aal5()
560 EVENT("empty cell (descr=0x%lx)\n",descr,0); in rx_aal5()
575 EVENT("CRC error (descr=0x%lx,size=%ld)\n",descr, in rx_aal5()
590 EVENT("bad PDU (descr=0x08%lx,length=%ld)\n",descr, in rx_aal5()
[all …]
Dzatm.c64 #define EVENT(s,a,b) macro
94 static void EVENT(const char *s,unsigned long a,unsigned long b) in EVENT() function
188 EVENT("refill_pool\n",0,0); in refill_pool()
207 EVENT("starting ... POOL: 0x%x, 0x%x\n", in refill_pool()
210 EVENT("dummy: 0x%08lx, 0x%08lx\n",dummy[0],dummy[1]); in refill_pool()
232 EVENT("enq skb 0x%08lx/0x%08lx\n",(unsigned long) skb, in refill_pool()
250 EVENT ("POOL: 0x%x, 0x%x\n", in refill_pool()
253 EVENT("dummy: 0x%08lx, 0x%08lx\n",dummy[0],dummy[1]); in refill_pool()
368 EVENT("poll_rx\n",0,0); in poll_rx()
377 EVENT("MBX: host 0x%lx, nic 0x%x\n",pos,x); in poll_rx()
[all …]
/Linux-v5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfweh.c133 brcmf_dbg(EVENT, "action: %u ifidx: %u bsscfgidx: %u flags: %u role: %u\n", in brcmf_fweh_handle_if_event()
147 brcmf_dbg(EVENT, "event can be ignored\n"); in brcmf_fweh_handle_if_event()
158 brcmf_dbg(EVENT, "adding %s (%pM)\n", emsg->ifname, in brcmf_fweh_handle_if_event()
227 brcmf_dbg(EVENT, "event %s (%u) ifidx %u bsscfg %u addr %pM\n", in brcmf_fweh_event_worker()
246 brcmf_dbg(EVENT, " version %u flags %u status %u reason %u\n", in brcmf_fweh_event_worker()
363 brcmf_dbg(EVENT, "enable event %s\n", in brcmf_fweh_activate_events()
370 brcmf_dbg(EVENT, "enable event IF\n"); in brcmf_fweh_activate_events()
/Linux-v5.10/tools/perf/Documentation/
Dperf-probe.txt15 'perf probe' [options] --del='[GROUP:]EVENT' [...]
17 'perf probe' --list[=[GROUP:]EVENT]
73 --list[=[GROUP:]EVENT]::
160 [[GROUP:]EVENT=]FUNC[@SRC][:RLN|+OFFS|%return|;PTN] [ARG ...]
163 [[GROUP:]EVENT=]SRC:ALN [ARG ...]
166 [[GROUP:]EVENT=]SRC;PTN [ARG ...]
173 'EVENT' specifies the name of new event, if omitted, it will be set the name of the probed function…
Dperf-list.txt43 EVENT MODIFIERS
88 RAW HARDWARE EVENT DESCRIPTOR
100 OS/user mode flags must be setup using <<EVENT_MODIFIERS, EVENT
212 EVENT QUALIFIERS:
224 EVENT GROUPS
/Linux-v5.10/arch/arm/boot/dts/
Dqcom-ipq4019-ap.dk01.1-c1.dts9 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
Darm-realview-eb-11mp-bbrevd.dts16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
Darm-realview-eb-bbrevd.dts16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
/Linux-v5.10/LICENSES/deprecated/
DISC20 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY

12345678910>>...29