/linux/tools/perf/pmu-events/arch/s390/cf_z10/ |
H A D | basic.json | 48 "BriefDescription": "Problem-State Cycle Count", 49 …his counter counts the total number of CPU cycles when the CPU is in the problem state, excluding … 55 "BriefDescription": "Problem-State Instruction Count", 56 …is counter counts the total number of instructions executed by the CPU while in the problem state." 62 "BriefDescription": "Problem-State Level-1 I-Cache Directory Write Count", 63 …level-1 instruction-cache or unified-cache directory writes while the CPU is in the problem state." 70 …nalty cycles for level-1 instruction cache or unified cache while the CPU is in the problem state." 76 "BriefDescription": "Problem-State Level-1 D-Cache Directory Write Count", 77 …nts the total number of level-1 data-cache directory writes while the CPU is in the problem state." 83 "BriefDescription": "Problem-State Level-1 D-Cache Penalty Cycle Count", [all …]
|
/linux/tools/perf/pmu-events/arch/s390/cf_z196/ |
H A D | basic.json | 48 "BriefDescription": "Problem-State Cycle Count", 49 …his counter counts the total number of CPU cycles when the CPU is in the problem state, excluding … 55 "BriefDescription": "Problem-State Instruction Count", 56 …is counter counts the total number of instructions executed by the CPU while in the problem state." 62 "BriefDescription": "Problem-State Level-1 I-Cache Directory Write Count", 63 …level-1 instruction-cache or unified-cache directory writes while the CPU is in the problem state." 70 …nalty cycles for level-1 instruction cache or unified cache while the CPU is in the problem state." 76 "BriefDescription": "Problem-State Level-1 D-Cache Directory Write Count", 77 …nts the total number of level-1 data-cache directory writes while the CPU is in the problem state." 83 "BriefDescription": "Problem-State Level-1 D-Cache Penalty Cycle Count", [all …]
|
/linux/tools/perf/pmu-events/arch/s390/cf_z13/ |
H A D | basic.json | 48 "BriefDescription": "Problem-State Cycle Count", 49 …his counter counts the total number of CPU cycles when the CPU is in the problem state, excluding … 55 "BriefDescription": "Problem-State Instruction Count", 56 …is counter counts the total number of instructions executed by the CPU while in the problem state." 62 "BriefDescription": "Problem-State Level-1 I-Cache Directory Write Count", 63 …level-1 instruction-cache or unified-cache directory writes while the CPU is in the problem state." 70 …nalty cycles for level-1 instruction cache or unified cache while the CPU is in the problem state." 76 "BriefDescription": "Problem-State Level-1 D-Cache Directory Write Count", 77 …nts the total number of level-1 data-cache directory writes while the CPU is in the problem state." 83 "BriefDescription": "Problem-State Level-1 D-Cache Penalty Cycle Count", [all …]
|
/linux/tools/perf/pmu-events/arch/s390/cf_zec12/ |
H A D | basic.json | 48 "BriefDescription": "Problem-State Cycle Count", 49 …his counter counts the total number of CPU cycles when the CPU is in the problem state, excluding … 55 "BriefDescription": "Problem-State Instruction Count", 56 …is counter counts the total number of instructions executed by the CPU while in the problem state." 62 "BriefDescription": "Problem-State Level-1 I-Cache Directory Write Count", 63 …level-1 instruction-cache or unified-cache directory writes while the CPU is in the problem state." 70 …nalty cycles for level-1 instruction cache or unified cache while the CPU is in the problem state." 76 "BriefDescription": "Problem-State Level-1 D-Cache Directory Write Count", 77 …nts the total number of level-1 data-cache directory writes while the CPU is in the problem state." 83 "BriefDescription": "Problem-State Level-1 D-Cache Penalty Cycle Count", [all …]
|
/linux/arch/powerpc/platforms/cell/spufs/ |
H A D | hw_ops.c | 27 struct spu_problem __iomem *prob = spu->problem; in spu_hw_mbox_read() 43 return in_be32(&ctx->spu->problem->mb_stat_R); in spu_hw_mbox_stat_read() 53 stat = in_be32(&spu->problem->mb_stat_R); in spu_hw_mbox_stat_poll() 85 struct spu_problem __iomem *prob = spu->problem; in spu_hw_ibox_read() 106 struct spu_problem __iomem *prob = spu->problem; in spu_hw_wbox_write() 126 out_be32(&ctx->spu->problem->signal_notify1, data); in spu_hw_signal1_write() 131 out_be32(&ctx->spu->problem->signal_notify2, data); in spu_hw_signal2_write() 178 return in_be32(&ctx->spu->problem->spu_npc_RW); in spu_hw_npc_read() 183 out_be32(&ctx->spu->problem->spu_npc_RW, val); in spu_hw_npc_write() 188 return in_be32(&ctx->spu->problem->spu_status_R); in spu_hw_status_read() [all …]
|
H A D | switch.c | 83 struct spu_problem __iomem *prob = spu->problem; in check_spu_isolate() 153 * the SPU memory-mapped I/O (MMIO) for problem in inhibit_user_access() 203 struct spu_problem __iomem *prob = spu->problem; in save_spu_runcntl() 222 struct spu_problem __iomem *prob = spu->problem; in save_spu_status() 296 struct spu_problem __iomem *prob = spu->problem; in do_mfc_mssync() 368 struct spu_problem __iomem *prob = spu->problem; in save_ppu_querymask() 379 struct spu_problem __iomem *prob = spu->problem; in save_ppu_querytype() 390 struct spu_problem __iomem *prob = spu->problem; in save_ppu_tagstatus() 503 struct spu_problem __iomem *prob = spu->problem; in save_spu_npc() 587 struct spu_problem __iomem *prob = spu->problem; in save_ppu_mb_stat() [all …]
|
/linux/Documentation/process/ |
H A D | 3.Early-stage.rst | 13 Specifying the problem 17 clear description of the problem to be solved. In some cases, this step is 19 example. In others, though, it is tempting to confuse the real problem 31 immediate problem. To the wider kernel community, though, it was seen as a 53 the right solution to the problem than they were with a specific module. 54 The moral of the story is to focus on the problem - not a specific solution 61 - What, exactly, is the problem which needs to be solved? 63 - Who are the users affected by this problem? Which use cases should the 66 - How does the kernel fall short in addressing that problem now? 78 - It may well be that the problem is addressed by the kernel in ways which [all …]
|
H A D | researcher-guidelines.rst | 107 * What is the specific problem that has been found? 108 * How could the problem be reached on a running system? 109 * What effect would encountering the problem have on the system? 110 * How was the problem found? Specifically include details about any 113 * Which version of Linux was the problem found on? Using the most recent 116 * What was changed to fix the problem, and why it is believed to be correct?
|
H A D | 6.Followthrough.rst | 58 to get around a problem actually needs to become a generalized 72 suggested change, describe it and justify your solution to the problem. If 76 be easy to become blinded by your own solution to a problem to the point 78 you're not even solving the right problem. 212 developer posts a different solution to your problem. At that point, 216 really only one way to respond: be pleased that your problem got solved and
|
/linux/Documentation/admin-guide/ |
H A D | filesystem-monitoring.rst | 13 sysadmin, start recovery) when a file system problem is detected. 16 for a monitoring tool to know a problem in the file system has happened. 20 early file system problem detection and reporting recovery tools. 25 problem. For this reason, FAN_FS_ERROR tries to report only the first 53 agnostic tool to learn about a problem in the file system, without 54 providing any additional details about the problem. This record is
|
/linux/fs/afs/ |
H A D | addr_list.c | 92 const char *problem; in afs_parse_text_addrs() local 110 problem = "nul"; in afs_parse_text_addrs() 119 problem = "brace1"; in afs_parse_text_addrs() 124 problem = "brace2"; in afs_parse_text_addrs() 180 problem = "family"; in afs_parse_text_addrs() 186 problem = "nostop"; in afs_parse_text_addrs() 199 problem = "port"; in afs_parse_text_addrs() 206 problem = "pval"; in afs_parse_text_addrs() 214 problem = "weird"; in afs_parse_text_addrs() 234 problem, p - text, (int)len, (int)len, text); in afs_parse_text_addrs() [all …]
|
/linux/Documentation/core-api/ |
H A D | debug-objects.rst | 78 problem before the real initialization of the object happens. E.g. it 101 problem before the real initialization of the object happens. E.g. it 125 problem before the real activation of the object happens. E.g. it can 164 provided by the caller. The fixup function can correct the problem 180 fixup function can correct the problem before the real free of the 196 fixup function can correct the problem by calling debug_object_init 213 This function is called from the debug code whenever a problem in 231 This function is called from the debug code whenever a problem in 259 This function is called from the debug code whenever a problem in 272 This function is called from the debug code whenever a problem in [all …]
|
/linux/scripts/tracing/ |
H A D | ftrace-bisect.sh | 12 # (note, if this is a problem with function_graph tracing, then simply 75 # Eventually, if you did this correctly, you will get down to the problem 78 # The way to figure out if the problem function is bad, just do: 80 # # echo <problem-function> > set_ftrace_notrace 86 # If it does crash, do this again (there's more than one problem function) 87 # but you need to echo the problem function(s) into set_ftrace_notrace before 89 # kernel, annotate the problem functions with "notrace" and start again.
|
/linux/Documentation/networking/device_drivers/ethernet/3com/ |
H A D | vortex.rst | 209 decision. If you think that Tx checksums are causing a problem, you 228 "Variables to work-around the Compaq PCI BIOS32 problem".... 331 On a side note, adding HAS_NWAY seems to share a problem with the 346 If autonegotiation is a problem, you may need to specify "speed 356 Maintainers find that accurate and complete problem reports are 359 the bottom of the problem. 361 If you believe you have a driver problem here are some of the 364 - Is it really a driver problem? 370 - OK, it's a driver problem. 377 problem. If it's a kernel crash then you should refer to [all …]
|
/linux/Documentation/networking/device_drivers/fddi/ |
H A D | skfp.rst | 90 Problem: 102 is not there, then you may have a hardware problem or PCI 110 Some COMPAQ machines have a problem with PCI under 115 Problem: 122 forwarding or there is a problem with the routing table 126 If your problem is not listed here, please contact our 252 document for details about this problem.
|
/linux/Documentation/power/ |
H A D | basic-pm-debugging.rst | 112 that there is a problem with the tasks freezer subsystem that should be 128 make sure to report the problem with the driver. 136 If the "platform" test fails, there is a problem with the handling of the 142 work (of course, this only may be an issue on SMP systems) and the problem 149 the problem is most probably hardware-related and serious, so it should be 154 indicates a serious problem that very well may be related to the hardware, but 163 probably is a problem with a driver statically compiled into the kernel and you 165 individually. Otherwise, there is a problem with a modular driver and you can 175 before hibernation, and please report the problem with it(them). 209 techniques to find the problem. First, if there is a serial port in your box,
|
/linux/arch/powerpc/platforms/ps3/ |
H A D | spu.c | 124 unsigned long problem, unsigned long ls, unsigned long shadow, in _dump_areas() argument 129 pr_debug("%s:%d: problem: %lxh\n", func, line, problem); in _dump_areas() 178 iounmap(spu->problem); in spu_unmap() 210 spu->problem = ioremap(spu->problem_phys, in setup_areas() 213 if (!spu->problem) { in setup_areas() 214 pr_debug("%s:%d: ioremap problem failed\n", __func__, __LINE__); in setup_areas() 230 (unsigned long)spu->problem, (unsigned long)spu->local_store, in setup_areas() 433 * for incorrect access to the spu problem state when the spu context is 435 * context that would inhibit mapping problem state pages, and a routine 436 * to unmap spu problem state pages. When the spu is enabled with [all …]
|
/linux/tools/perf/pmu-events/arch/s390/cf_z16/ |
H A D | basic.json | 48 "BriefDescription": "Problem-State Cycle Count", 49 …his counter counts the total number of CPU cycles when the CPU is in the problem state, excluding … 55 "BriefDescription": "Problem-State Instruction Count", 56 …is counter counts the total number of instructions executed by the CPU while in the problem state."
|
/linux/tools/perf/pmu-events/arch/s390/cf_z15/ |
H A D | basic.json | 48 "BriefDescription": "Problem-State Cycle Count", 49 …his counter counts the total number of CPU cycles when the CPU is in the problem state, excluding … 55 "BriefDescription": "Problem-State Instruction Count", 56 …is counter counts the total number of instructions executed by the CPU while in the problem state."
|
/linux/tools/perf/pmu-events/arch/s390/cf_z14/ |
H A D | basic.json | 48 "BriefDescription": "Problem-State Cycle Count", 49 …his counter counts the total number of CPU cycles when the CPU is in the problem state, excluding … 55 "BriefDescription": "Problem-State Instruction Count", 56 …is counter counts the total number of instructions executed by the CPU while in the problem state."
|
/linux/arch/powerpc/platforms/cell/ |
H A D | spu_manage.c | 65 iounmap(spu->problem); in spu_unmap() 143 prop = of_get_property(node, "problem", NULL); in spu_map_device_old() 148 spu->problem = spu_map_prop_old(spu, node, "problem"); in spu_map_device_old() 149 if (!spu->problem) in spu_map_device_old() 227 ret = spu_map_resource(spu, 1, (void __iomem**)&spu->problem, in spu_map_device() 251 pr_debug(" problem state : 0x%016lx -> 0x%p\n", in spu_map_device() 252 spu->problem_phys, spu->problem); in spu_map_device() 334 spu->local_store, spu->problem, spu->priv1, in of_create_spu()
|
/linux/net/switchdev/ |
H A D | switchdev.c | 253 const char *problem; in switchdev_obj_id_to_helpful_msg() local 259 problem = "Attempted operation is undefined, indicating a possible programming\n" in switchdev_obj_id_to_helpful_msg() 264 problem = "Failure in VLAN settings on this port might disrupt network\n" in switchdev_obj_id_to_helpful_msg() 269 problem = "Failure in updating the port's Multicast Database could lead to\n" in switchdev_obj_id_to_helpful_msg() 274 problem = "Failure in updating the host's Multicast Database may impact multicast\n" in switchdev_obj_id_to_helpful_msg() 280 problem = "Failure to set MRP ring ID on this port prevents communication with\n" in switchdev_obj_id_to_helpful_msg() 286 problem = "Failure to generate/monitor MRP test frames may lead to inability to\n" in switchdev_obj_id_to_helpful_msg() 292 problem = "Improper MRP ring role configuration may create conflicts in the ring,\n" in switchdev_obj_id_to_helpful_msg() 299 problem = "Failure to correctly set the MRP ring state can result in network\n" in switchdev_obj_id_to_helpful_msg() 307 problem = "Failure in managing MRP_InTest frame generation can misjudge the\n" in switchdev_obj_id_to_helpful_msg() [all …]
|
/linux/drivers/iio/adc/ |
H A D | dln2-adc.c | 152 dev_dbg(&dln2->pdev->dev, "Problem in %s\n", __func__); in dln2_adc_get_chan_count() 172 dev_dbg(&dln2->pdev->dev, "Problem in %s\n", __func__); in dln2_adc_set_port_resolution() 189 dev_dbg(&dln2->pdev->dev, "Problem in %s\n", __func__); in dln2_adc_set_chan_enabled() 209 dev_dbg(&dln2->pdev->dev, "Problem in %s(%d)\n", in dln2_adc_set_port_enabled() 241 dev_dbg(&dln2->pdev->dev, "Problem in %s\n", __func__); in dln2_adc_set_chan_period() 281 dev_dbg(&dln2->pdev->dev, "Problem in %s\n", __func__); in dln2_adc_read() 310 dev_dbg(&dln2->pdev->dev, "Problem in %s\n", __func__); in dln2_adc_read_all() 530 dev_dbg(&dln2->pdev->dev, "Problem in %s\n", __func__); in dln2_adc_triggered_buffer_postenable() 549 dev_dbg(&dln2->pdev->dev, "Problem in %s\n", __func__); in dln2_adc_triggered_buffer_postenable() 578 dev_dbg(&dln2->pdev->dev, "Problem in %s\n", __func__); in dln2_adc_triggered_buffer_predisable()
|
/linux/Documentation/kbuild/ |
H A D | Kconfig.recursion-issue-01 | 29 # But that is a problem, because this means that in order to determine 37 # obvious that an easy solution to this problem should just be the removal 43 # CORE also consist of a solution to this recursive problem.
|
/linux/Documentation/arch/x86/ |
H A D | usb-legacy-support.rst | 34 Problem 1) 40 Problem 2) 45 Problem 3)
|