Searched refs:rdt_last_cmd_printf (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/resctrl/ |
| H A D | ctrlmondata.c | 58 rdt_last_cmd_printf("Invalid MB value %s\n", buf); in bw_validate() 69 rdt_last_cmd_printf("MB value %u out of range [%d,%d]\n", in bw_validate() 88 rdt_last_cmd_printf("Duplicate domain %d\n", d->hdr.id); in parse_bw() 125 rdt_last_cmd_printf("Non-hex character in the mask %s\n", buf); in cbm_validate() 140 rdt_last_cmd_printf("The mask %lx has non-consecutive 1-bits\n", val); in cbm_validate() 145 rdt_last_cmd_printf("Need at least %d bits in the mask\n", in cbm_validate() 169 rdt_last_cmd_printf("Duplicate domain %d\n", d->hdr.id); in parse_cbm() 302 rdt_last_cmd_printf("Unknown or unsupported resource name '%s'\n", resname); in rdtgroup_parse_resource() 347 rdt_last_cmd_printf("Missing '%s' value\n", resname); in rdtgroup_schemata_write() 495 rdt_last_cmd_printf("Unsupported event id '%s'\n", buf); in rdtgroup_mba_mbps_event_write() [all …]
|
| H A D | pseudo_lock.c | 168 rdt_last_cmd_printf("Failed to add latency req CPU%d\n", in pseudo_lock_cstates_constrain() 238 rdt_last_cmd_printf("CPU %u associated with cache not online\n", in pseudo_lock_region_init() 827 rdt_last_cmd_printf("Locking thread returned error %d\n", ret); in rdtgroup_pseudo_lock_create() 879 rdt_last_cmd_printf("Failed to create character device: %d\n", in rdtgroup_pseudo_lock_create()
|
| H A D | monitor.c | 1196 rdt_last_cmd_printf("Failed to allocate counter for %s in domain %d\n", in rdtgroup_alloc_assign_cntr() 1348 rdt_last_cmd_printf("Invalid memory transaction type %s\n", evt_str); in resctrl_parse_mem_transactions() 1706 rdt_last_cmd_printf("Invalid event %s\n", event); in resctrl_parse_mbm_assignment() 1723 rdt_last_cmd_printf("Assign operation '%s:*=%s' failed\n", in resctrl_parse_mbm_assignment() 1736 rdt_last_cmd_printf("Assign operation '%s:%ld=%s' failed\n", in resctrl_parse_mbm_assignment() 1744 rdt_last_cmd_printf("Invalid domain id %ld\n", dom_id); in resctrl_parse_mbm_assignment()
|
| H A D | rdtgroup.c | 102 void rdt_last_cmd_printf(const char *fmt, ...) in rdt_last_cmd_printf() function 732 rdt_last_cmd_printf("No permission to move task %d\n", task->pid); in rdtgroup_task_write_permission() 751 rdt_last_cmd_printf("No task %d\n", pid); in rdtgroup_move_task() 795 rdt_last_cmd_printf("Task list parsing error pid %s\n", pid_str); in rdtgroup_tasks_write() 801 rdt_last_cmd_printf("Invalid pid %d\n", pid); in rdtgroup_tasks_write() 808 rdt_last_cmd_printf("Error while processing task %d\n", pid); in rdtgroup_tasks_write() 1759 rdt_last_cmd_printf("Invalid event configuration: max valid mask is 0x%02x\n", in mon_config_write() 3584 rdt_last_cmd_printf("No space on %s:%d\n", s->name, d->hdr.id); in __init_one_rdt_domain()
|
| H A D | internal.h | 335 void rdt_last_cmd_printf(const char *fmt, ...);
|