Searched hist:d25ed5d9fad98fd36ffca0bb5c3a0761a11e3f3c (Results 1 – 5 of 5) sorted by relevance
/linux/tools/perf/ui/ |
H A D | setup.c | diff d25ed5d9fad98fd36ffca0bb5c3a0761a11e3f3c Mon Jan 16 16:22:37 CET 2017 Soramichi AKIYAMA <akiyama@m.soramichi.jp> perf tools: Move two variables usied in libperf from perf.c
The use_browser and perf_version_string variables are both declared in perf.c but they are also referenced by other functions of libperf.a.
Therefore a user linking an own main() with libperf.a must declare those two variables in their files even if the files never use the browser or the version information.
This patch fixes this issue by moving use_browser and perf_version_string out of perf.c to some other files.
Signed-off-by: Soramichi Akiyama <akiyama@m.soramichi.jp> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/20170117002237.c1aec0ce3b4d675dca018deb@m.soramichi.jp Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
/linux/tools/perf/ |
H A D | Build | diff d25ed5d9fad98fd36ffca0bb5c3a0761a11e3f3c Mon Jan 16 16:22:37 CET 2017 Soramichi AKIYAMA <akiyama@m.soramichi.jp> perf tools: Move two variables usied in libperf from perf.c
The use_browser and perf_version_string variables are both declared in perf.c but they are also referenced by other functions of libperf.a.
Therefore a user linking an own main() with libperf.a must declare those two variables in their files even if the files never use the browser or the version information.
This patch fixes this issue by moving use_browser and perf_version_string out of perf.c to some other files.
Signed-off-by: Soramichi Akiyama <akiyama@m.soramichi.jp> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/20170117002237.c1aec0ce3b4d675dca018deb@m.soramichi.jp Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
H A D | perf.c | diff d25ed5d9fad98fd36ffca0bb5c3a0761a11e3f3c Mon Jan 16 16:22:37 CET 2017 Soramichi AKIYAMA <akiyama@m.soramichi.jp> perf tools: Move two variables usied in libperf from perf.c
The use_browser and perf_version_string variables are both declared in perf.c but they are also referenced by other functions of libperf.a.
Therefore a user linking an own main() with libperf.a must declare those two variables in their files even if the files never use the browser or the version information.
This patch fixes this issue by moving use_browser and perf_version_string out of perf.c to some other files.
Signed-off-by: Soramichi Akiyama <akiyama@m.soramichi.jp> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/20170117002237.c1aec0ce3b4d675dca018deb@m.soramichi.jp Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
/linux/tools/perf/util/ |
H A D | Build | diff d25ed5d9fad98fd36ffca0bb5c3a0761a11e3f3c Mon Jan 16 16:22:37 CET 2017 Soramichi AKIYAMA <akiyama@m.soramichi.jp> perf tools: Move two variables usied in libperf from perf.c
The use_browser and perf_version_string variables are both declared in perf.c but they are also referenced by other functions of libperf.a.
Therefore a user linking an own main() with libperf.a must declare those two variables in their files even if the files never use the browser or the version information.
This patch fixes this issue by moving use_browser and perf_version_string out of perf.c to some other files.
Signed-off-by: Soramichi Akiyama <akiyama@m.soramichi.jp> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/20170117002237.c1aec0ce3b4d675dca018deb@m.soramichi.jp Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
H A D | header.c | diff d25ed5d9fad98fd36ffca0bb5c3a0761a11e3f3c Mon Jan 16 16:22:37 CET 2017 Soramichi AKIYAMA <akiyama@m.soramichi.jp> perf tools: Move two variables usied in libperf from perf.c
The use_browser and perf_version_string variables are both declared in perf.c but they are also referenced by other functions of libperf.a.
Therefore a user linking an own main() with libperf.a must declare those two variables in their files even if the files never use the browser or the version information.
This patch fixes this issue by moving use_browser and perf_version_string out of perf.c to some other files.
Signed-off-by: Soramichi Akiyama <akiyama@m.soramichi.jp> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/20170117002237.c1aec0ce3b4d675dca018deb@m.soramichi.jp Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|