Skip to content

[김지은] 개발환경 구성문서 #194

@zzinny

Description

@zzinny

개발 및 테스트 환경 구성

소스받기

$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git -b perf/core

perf에서 요구하는 라이브러리 설치

$ cd tip/tools/perf
$ sudo apt-get install -y libdw-dev libelf-dev libnewt-dev libunwind8-dev elfutils libaudit-dev libperl-dev libnuma-dev binutils-dev flex bison libpython2.7-dev asciidoc liblzma-dev libiberty-dev libgtk2.0-dev libssl-dev

빌드

$ make

컴파일/실행 테스트

cpu clock기준으로 knapsack 프로그램 profiling 테스트

$ sudo perf record ./old_pack_knapsack < input.txt
$ perf report --stdio

image

GIT 개발 환경 구성

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions