Searched refs:device_str_attr_create (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/powerpc/perf/
H A Dimc-pmu.c134 /* device_str_attr_create : Populate event "name" and string "str" in attribute */
135 static struct attribute *device_str_attr_create(const char *name, const char *str) function
304 dev_str = device_str_attr_create(pmu->events[i].name, ev_val_str);
313 dev_str = device_str_attr_create(ev_scale_str, pmu->events[i].scale);
324 dev_str = device_str_attr_create(ev_unit_str, pmu->events[i].unit);
H A Dhv-24x7.c488 static struct attribute *device_str_attr_create(char *name, int name_max, function
572 return device_str_attr_create(name, nl, nonce, desc, dl);
586 return device_str_attr_create(name, nl, nonce, desc, dl);

Completed in 125 milliseconds