mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-12-19 17:16:06 +01:00
perf tools: Fix duplicated words in documentation and comments
- "the the" - "in in" - "a a" Reviewed-by: Ian Rogers <irogers@google.com> Signed-off-by: Markus Heidelberg <m.heidelberg@cab.de> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Kan Liang <kan.liang@linux.intel.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
3f20f98e2a
commit
a93b9ccb03
|
|
@ -285,7 +285,7 @@ If specified the 'Weighted diff' column is displayed with value 'd' computed as:
|
||||||
|
|
||||||
- period being the hist entry period value
|
- period being the hist entry period value
|
||||||
|
|
||||||
- WEIGHT-A/WEIGHT-B being user supplied weights in the the '-c' option
|
- WEIGHT-A/WEIGHT-B being user supplied weights in the '-c' option
|
||||||
behind ':' separator like '-c wdiff:1,2'.
|
behind ':' separator like '-c wdiff:1,2'.
|
||||||
- WEIGHT-A being the weight of the data file
|
- WEIGHT-A being the weight of the data file
|
||||||
- WEIGHT-B being the weight of the baseline data file
|
- WEIGHT-B being the weight of the baseline data file
|
||||||
|
|
|
||||||
|
|
@ -223,7 +223,7 @@ enum {
|
||||||
OUTPUT_TYPE_MAX
|
OUTPUT_TYPE_MAX
|
||||||
};
|
};
|
||||||
|
|
||||||
// We need to refactor the evsel->priv use in in 'perf script' to allow for
|
// We need to refactor the evsel->priv use in 'perf script' to allow for
|
||||||
// using that area, that is being used only in some cases.
|
// using that area, that is being used only in some cases.
|
||||||
#define OUTPUT_TYPE_UNSET -1
|
#define OUTPUT_TYPE_UNSET -1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ enum hwmon_type {
|
||||||
/**
|
/**
|
||||||
* enum hwmon_item:
|
* enum hwmon_item:
|
||||||
*
|
*
|
||||||
* Similar to enum hwmon_type but describes the item part of a a sysfs filename.
|
* Similar to enum hwmon_type but describes the item part of a sysfs filename.
|
||||||
*
|
*
|
||||||
* This enum is exposed for testing.
|
* This enum is exposed for testing.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user