mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
8d535fdb818b783fc30f58226b24ecd1a913b4a2
$ ./scripts/bloat-o-meter rockchip_thermal_olg.o rockchip_thermal.o add/remove: 0/32 grow/shrink: 1/1 up/down: 500/-6844 (-6344) Function old new delta rk_tsadcv2_get_temp 20 520 +500 temp_last 4 - -4 prob_last 4 - -4 bounding_cnt 4 - -4 rk_tsadcv2_irq_ack 16 - -16 rk_tsadcv3_control 24 - -24 rk_tsadcv2_tshut_mode 44 - -44 rk_tsadcv2_initialize 48 - -48 rk_tsadcv5_initialize 68 - -68 rk_tsadcv4_initialize 68 - -68 rv1108_tsadc_data 84 - -84 rk3568_tsadc_data 84 - -84 rk3399_tsadc_data 84 - -84 rk3368_tsadc_data 84 - -84 rk3366_tsadc_data 84 - -84 rk3328_tsadc_data 84 - -84 rk3308_tsadc_data 84 - -84 rk3288_tsadc_data 84 - -84 rk3228_tsadc_data 84 - -84 rk1808_tsadc_data 84 - -84 px30_tsadc_data 84 - -84 rk_tsadcv7_initialize 180 - -180 rk_tsadcv3_initialize 208 - -208 rk_tsadcv3_get_temp 244 - -244 rk3328_code_table 280 - -280 rv1108_table 288 - -288 rk3568_code_table 288 - -288 rk3399_code_table 288 - -288 rk3368_code_table 288 - -288 rk3288_code_table 288 - -288 rk3228_code_table 288 - -288 rk1808_code_table 288 - -288 rk_tsadcv2_code_to_temp 556 - -556 of_rockchip_thermal_match 2548 392 -2156 Total: Before=12093, After=5749, chg -52.46% Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> Change-Id: I506a6135907942abcb60684f9f0888a238950421
…
…
…
…
Linux kernel
============
There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.
In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:
https://www.kernel.org/doc/html/latest/
There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%