Searched hist:11071 (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/arm64/boot/dts/mediatek/
H A Dmt8183.dtsidiff cc216dfd Mon May 27 03:04:43 MDT 2019 Hsin-Yi, Wang <hsinyi@chromium.org> arm64: dts: mt8183: add capacity-dmips-mhz

Pinned the frequency to the max and run dhrystone to get the value.
little cpu: 11071 (max freq: 1989000)
big cpu: 15293 (max freq: 1989000)

11071 : 15293 ~= 741 : 1024

Signed-off-by: Erin Lo <erin.lo@mediatek.com>
Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
diff cc216dfd Mon May 27 03:04:43 MDT 2019 Hsin-Yi, Wang <hsinyi@chromium.org> arm64: dts: mt8183: add capacity-dmips-mhz

Pinned the frequency to the max and run dhrystone to get the value.
little cpu: 11071 (max freq: 1989000)
big cpu: 15293 (max freq: 1989000)

11071 : 15293 ~= 741 : 1024

Signed-off-by: Erin Lo <erin.lo@mediatek.com>
Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
/linux-master/scripts/dtc/include-prefixes/arm64/mediatek/
H A Dmt8183.dtsidiff cc216dfd Mon May 27 03:04:43 MDT 2019 Hsin-Yi, Wang <hsinyi@chromium.org> arm64: dts: mt8183: add capacity-dmips-mhz

Pinned the frequency to the max and run dhrystone to get the value.
little cpu: 11071 (max freq: 1989000)
big cpu: 15293 (max freq: 1989000)

11071 : 15293 ~= 741 : 1024

Signed-off-by: Erin Lo <erin.lo@mediatek.com>
Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
diff cc216dfd Mon May 27 03:04:43 MDT 2019 Hsin-Yi, Wang <hsinyi@chromium.org> arm64: dts: mt8183: add capacity-dmips-mhz

Pinned the frequency to the max and run dhrystone to get the value.
little cpu: 11071 (max freq: 1989000)
big cpu: 15293 (max freq: 1989000)

11071 : 15293 ~= 741 : 1024

Signed-off-by: Erin Lo <erin.lo@mediatek.com>
Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
/linux-master/tools/perf/
H A Dbuiltin-list.cdiff b3505208 Tue Dec 30 20:36:55 MST 2014 Taesoo Kim <tsgatesv@gmail.com> perf list: Fix --raw-dump option

Currently, 'perf list --raw-dump' requires extra arguments
(e.g., hw) to invoke, which breaks bash/zsh completion
(perf-completion.sh).

$ perf list --raw-dump
Error: unknown option `raw-dump'

usage: perf list [hw|sw|cache|tracepoint|pmu|event_glob]

After,

$ perf list --raw-dump
cpu-cycles instructions cache-references cache-misses ...

Signed-off-by: Taesoo Kim <tsgatesv@gmail.com>
Acked-by: Namhyung Kim <namhyung@kernel.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Taesoo kim <taesoo@gatech.edu>
Link: http://lkml.kernel.org/r/1419997015-11071-1-git-send-email-tsgatesv@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

Completed in 134 milliseconds