Home
last modified time | relevance | path

Searched refs:use_offset (Results 1 – 6 of 6) sorted by relevance

/linux/tools/perf/Documentation/
H A Dperfconfig.example27 use_offset = true
H A Dperf-config.txt100 use_offset = true
303 annotate.use_offset::
316 but if use_offset is 'true', an address subtracted from a base address is printed.
/linux/drivers/comedi/drivers/
H A Djr3_pci.c157 static void use_offset(struct jr3_sensor __iomem *sensor, short offset_num) in use_offset() function
531 use_offset(sensor, 0); in jr3_pci_poll_subdevice()
/linux/tools/perf/util/
H A Dannotate.h48 use_offset, member
H A Dannotate.c1587 if (annotate_opts.use_offset) in annotation__update_column_widths()
1774 disasm_line__scnprintf(dl, bf, size, !annotate_opts.use_offset, in disasm_line__write()
2073 if (!annotate_opts.use_offset) in __annotation_line__write()
2076 if (!annotate_opts.use_offset) { in __annotation_line__write()
2242 opt->use_offset = perf_config_bool("use_offset", value); in annotation__config()
2279 opt->use_offset = true; in annotation_options__init()
/linux/tools/perf/ui/browsers/
H A Dannotate.c916 annotate_opts.use_offset = !annotate_opts.use_offset; in annotate_browser__run()