Lines Matching full:option

11 'perf config' [<file-option>] [section.name[=value] ...]
13 'perf config' [<file-option>] -l | --list
211 Can be overridden by the --proc-map-timeout option on supported
272 supported by binutils, such as "intel", see the '-M' option help in the
277 this option lets 'annotate' print a list of assembly code with the source code.
279 If this option is 'true', they can be printed
287 But if this option is 'false', source code of the part
301 This option works with tui, stdio2 browsers.
317 Default is true. This option is only applied to TUI.
321 This option works with tui, stdio2 browsers.
342 This option works with tui browser.
345 When showing source code if this option is 'true',
354 However if this option is 'false', they aren't printed as below.
363 This option works with tui, stdio2 browsers.
375 This option works with tui, stdio2 browsers.
378 To compare two records on an instruction base, with this option
380 in assembly code. If this option is 'true', total periods are printed
385 But if this option is 'false', percent values for overhead are printed i.e.
390 This option works with tui, stdio2, stdio browsers.
393 By default perf annotate shows percentage of samples. This option
405 This option works with tui, stdio2, stdio browsers.
412 This option works with tui, stdio2 browsers.
422 This option control the way to calculate overhead of filtered entries -
423 that means the value of this option is effective only if there's a
439 This option controls display of column headers (like 'Overhead' and 'Symbol')
440 in 'report' and 'top'. If this option is false, they are hidden.
441 This option is only applied to TUI.
452 kernel space is controlled not by this option but by the
461 flat and folded. This option controls a way to show overhead for each callchain
486 This option controls print order of callchains. The default is
490 If this option is not set and report.children or top.children is
491 set to true (or the equivalent command line option is given),
492 the default value of this option is changed to 'caller' for the
498 The sort-key option determines a way to compare the callchains.
504 small callchains under a certain overhead (threshold) and this option
525 This option sets up the maximum allocation size of the internal
530 If this option is true, 'perf report' cumulates callchains of children
535 This option is to show event group information together.
553 This option can change default stat behavior with empty results.
565 applicable only for 'top' subcommand. This option ONLY setup
567 the command line option -g must be specified.
571 This option can assign a tool to view manual pages when 'help'
576 or use different path using 'man.<tool>.path' config option.
585 This option decides which allocator is to be analyzed if neither
586 '--slab' nor '--page' option is used. Default is 'slab'.
590 This option can be 'cache', 'no-cache', 'skip' or 'mmap'.
593 But if this option is 'no-cache', it will not update the build-id cache.
599 applicable only for 'record' subcommand. This option ONLY setup
601 the command line option -g must be specified.
618 This option sets the number of columns to sort the result.
668 -F option is not specified. Possible values are 'function' and
679 Any option defines a script that is added to the scripts menu
681 The name of the option is the name, the value is a script command line.
715 can be changed using this option. Ex, auxtrace.dumpdir=/tmp.
722 Log size in bytes to output when using the option --itrace=d+e
723 Refer 'itrace' option of linkperf:perf-script[1] or