aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2017-10-12 04:36:59 -0400
committerMaxime Ripard <maxime.ripard@free-electrons.com>2017-10-13 03:27:06 -0400
commit05d2eaac96d4284b0967cc522ad22f6f23fdf82a (patch)
treeb5f0cdb3f0a033ae2b1fb3667813153077fd5236 /tools/perf/scripts/python/bin
parent4cdbc40d64d4b8303a97e29a52862e4d99502beb (diff)
clk: sunxi-ng: Add sigma-delta modulation support
Sigma-delta modulation is supported for some PLLs. This allows fractional-N multipliers to be used. In reality we don't know how to configure the individual settings for it. However we can copy existing settings from the vendor kernel to support clock rates that cannot be generated from integer factors, but are really desired. The vendor kernel only uses this for the audio PLL clock, and only on the latest chips. This patch adds a new class of clocks, along with helper functions. It is intended to be merged into N-M-factor style clocks as a feature, much like fractional clocks. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
ounter/Documentation/perf-help.txt?id=6e6b754ffdb6415723686c733f13275397e44422'>diffstats
path: root/Documentation/perf_counter/Documentation/perf-help.txt
blob: 514391818d1f1a133189f8a140cbdea71779396e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
perf-help(1)
============

NAME
----
perf-help - display help information about perf

SYNOPSIS
--------
'perf help' [-a|--all] [COMMAND]

DESCRIPTION
-----------

With no options and no COMMAND given, the synopsis of the 'perf'
command and a list of the most commonly used perf commands are printed
on the standard output.

If the option '--all' or '-a' is given, then all available commands are
printed on the standard output.

If a perf command is named, a manual page for that command is brought
up. The 'man' program is used by default for this purpose, but this
can be overridden by other options or configuration variables.

Note that `perf --help ...` is identical to `perf help ...` because the
former is internally converted into the latter.

OPTIONS
-------
-a::
--all::
	Prints all the available commands on the standard output. This
	option supersedes any other option.

PERF
----
Part of the linkperf:perf[1] suite