Home
last modified time | relevance | path

Searched refs:extra_desc (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/pmu-events/
H A Djevents.py344 extra_desc = ''
346 extra_desc += ' Supports address when precise'
348 extra_desc += '.'
350 extra_desc += ' Spec update: ' + jd['Errata']
375 extra_desc += ' (Must be precise)' if precise == '2' else (' (Precise '
412 if self.desc and extra_desc:
413 self.desc += extra_desc
414 if self.long_desc and extra_desc:
415 self.long_desc += extra_desc
/linux/drivers/md/
H A Ddm-thin.c306 const char *extra_desc = NULL; in notify_of_pool_mode_change() local
311 extra_desc = " (queue IO)"; in notify_of_pool_mode_change()
313 extra_desc = " (error IO)"; in notify_of_pool_mode_change()
319 descs[(int)mode], extra_desc ? : ""); in notify_of_pool_mode_change()