Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Setting the model name for arm based CPUs #1373

Merged
merged 4 commits into from Nov 6, 2022

Commits on Nov 4, 2022

  1. feat: Setting the model name for arm based CPUs

    - Added arm model and model name as map.
    - The modelName is set again according to the model value when the model name is empty.
    - Based on lscpu source code.. https://github.com/util-linux/util-linux/blob/master/sys-utils/lscpu-arm.c
    
    ---
    
    Signed-off-by: Yalcin Ozbek <yalcinozbekceng@gmail.com>
    yaozbek committed Nov 4, 2022
    Copy the full SHA
    1024398 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. code review fix

    Signed-off-by: Yalcin Ozbek <yalcinozbekceng@gmail.com>
    yaozbek committed Nov 5, 2022
    Copy the full SHA
    13f00fd View commit details
    Browse the repository at this point in the history
  2. the code has been moved outside the loop.

    Signed-off-by: Yalcin Ozbek <yalcinozbekceng@gmail.com>
    yaozbek committed Nov 5, 2022
    Copy the full SHA
    4314a05 View commit details
    Browse the repository at this point in the history
  3. the code has been moved before append

    Signed-off-by: Yalcin Ozbek <yalcinozbekceng@gmail.com>
    yaozbek committed Nov 5, 2022
    Copy the full SHA
    8bf7f37 View commit details
    Browse the repository at this point in the history