Searched hist:"9 bcf28cdb28e6a793c4e59f0a42c66fe241993a8" (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/misc/cxl/ |
H A D | trace.c | 9bcf28cdb28e6a793c4e59f0a42c66fe241993a8 Fri Jan 09 10:34:36 CET 2015 Ian Munsie <imunsie@au1.ibm.com> cxl: Add tracepoints
This patch adds tracepoints throughout the cxl driver, which can provide insight into:
- Context lifetimes - Commands sent to the PSL and AFU and their completion status - Segment and page table misses and their resolution - PSL and AFU interrupts - slbia calls from the powerpc copro_fault code
These tracepoints are mostly intended to aid in debugging (particularly for new AFU designs), and may be useful standalone or in conjunction with hardware traces collected by the PSL (read out via the trace interface in debugfs) and AFUs.
Signed-off-by: Ian Munsie <imunsie@au1.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|
H A D | trace.h | 9bcf28cdb28e6a793c4e59f0a42c66fe241993a8 Fri Jan 09 10:34:36 CET 2015 Ian Munsie <imunsie@au1.ibm.com> cxl: Add tracepoints
This patch adds tracepoints throughout the cxl driver, which can provide insight into:
- Context lifetimes - Commands sent to the PSL and AFU and their completion status - Segment and page table misses and their resolution - PSL and AFU interrupts - slbia calls from the powerpc copro_fault code
These tracepoints are mostly intended to aid in debugging (particularly for new AFU designs), and may be useful standalone or in conjunction with hardware traces collected by the PSL (read out via the trace interface in debugfs) and AFUs.
Signed-off-by: Ian Munsie <imunsie@au1.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|
H A D | Makefile | diff 9bcf28cdb28e6a793c4e59f0a42c66fe241993a8 Fri Jan 09 10:34:36 CET 2015 Ian Munsie <imunsie@au1.ibm.com> cxl: Add tracepoints
This patch adds tracepoints throughout the cxl driver, which can provide insight into:
- Context lifetimes - Commands sent to the PSL and AFU and their completion status - Segment and page table misses and their resolution - PSL and AFU interrupts - slbia calls from the powerpc copro_fault code
These tracepoints are mostly intended to aid in debugging (particularly for new AFU designs), and may be useful standalone or in conjunction with hardware traces collected by the PSL (read out via the trace interface in debugfs) and AFUs.
Signed-off-by: Ian Munsie <imunsie@au1.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|
H A D | irq.c | diff 9bcf28cdb28e6a793c4e59f0a42c66fe241993a8 Fri Jan 09 10:34:36 CET 2015 Ian Munsie <imunsie@au1.ibm.com> cxl: Add tracepoints
This patch adds tracepoints throughout the cxl driver, which can provide insight into:
- Context lifetimes - Commands sent to the PSL and AFU and their completion status - Segment and page table misses and their resolution - PSL and AFU interrupts - slbia calls from the powerpc copro_fault code
These tracepoints are mostly intended to aid in debugging (particularly for new AFU designs), and may be useful standalone or in conjunction with hardware traces collected by the PSL (read out via the trace interface in debugfs) and AFUs.
Signed-off-by: Ian Munsie <imunsie@au1.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|
H A D | main.c | diff 9bcf28cdb28e6a793c4e59f0a42c66fe241993a8 Fri Jan 09 10:34:36 CET 2015 Ian Munsie <imunsie@au1.ibm.com> cxl: Add tracepoints
This patch adds tracepoints throughout the cxl driver, which can provide insight into:
- Context lifetimes - Commands sent to the PSL and AFU and their completion status - Segment and page table misses and their resolution - PSL and AFU interrupts - slbia calls from the powerpc copro_fault code
These tracepoints are mostly intended to aid in debugging (particularly for new AFU designs), and may be useful standalone or in conjunction with hardware traces collected by the PSL (read out via the trace interface in debugfs) and AFUs.
Signed-off-by: Ian Munsie <imunsie@au1.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|
H A D | fault.c | diff 9bcf28cdb28e6a793c4e59f0a42c66fe241993a8 Fri Jan 09 10:34:36 CET 2015 Ian Munsie <imunsie@au1.ibm.com> cxl: Add tracepoints
This patch adds tracepoints throughout the cxl driver, which can provide insight into:
- Context lifetimes - Commands sent to the PSL and AFU and their completion status - Segment and page table misses and their resolution - PSL and AFU interrupts - slbia calls from the powerpc copro_fault code
These tracepoints are mostly intended to aid in debugging (particularly for new AFU designs), and may be useful standalone or in conjunction with hardware traces collected by the PSL (read out via the trace interface in debugfs) and AFUs.
Signed-off-by: Ian Munsie <imunsie@au1.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|
H A D | file.c | diff 9bcf28cdb28e6a793c4e59f0a42c66fe241993a8 Fri Jan 09 10:34:36 CET 2015 Ian Munsie <imunsie@au1.ibm.com> cxl: Add tracepoints
This patch adds tracepoints throughout the cxl driver, which can provide insight into:
- Context lifetimes - Commands sent to the PSL and AFU and their completion status - Segment and page table misses and their resolution - PSL and AFU interrupts - slbia calls from the powerpc copro_fault code
These tracepoints are mostly intended to aid in debugging (particularly for new AFU designs), and may be useful standalone or in conjunction with hardware traces collected by the PSL (read out via the trace interface in debugfs) and AFUs.
Signed-off-by: Ian Munsie <imunsie@au1.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|
H A D | native.c | diff 9bcf28cdb28e6a793c4e59f0a42c66fe241993a8 Fri Jan 09 10:34:36 CET 2015 Ian Munsie <imunsie@au1.ibm.com> cxl: Add tracepoints
This patch adds tracepoints throughout the cxl driver, which can provide insight into:
- Context lifetimes - Commands sent to the PSL and AFU and their completion status - Segment and page table misses and their resolution - PSL and AFU interrupts - slbia calls from the powerpc copro_fault code
These tracepoints are mostly intended to aid in debugging (particularly for new AFU designs), and may be useful standalone or in conjunction with hardware traces collected by the PSL (read out via the trace interface in debugfs) and AFUs.
Signed-off-by: Ian Munsie <imunsie@au1.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|