Re: [PATCH] perf tools: fix a wrong header file path in util/unwind.c

2013-05-27 Thread Runzhen Wang
Sorry, I made a mistake. There is no bug, please ignore my patch. Sorry again. I will be careful next time. On Mon, May 27, 2013 at 3:54 PM, Runzhen Wang wrote: > For the latest perf core tree: > (git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git), > in util/unwind.c line 29

[PATCH] perf tools: fix a wrong header file path in util/unwind.c

2013-05-27 Thread Runzhen Wang
For the latest perf core tree: (git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git), in util/unwind.c line 29 includes "perf_regs.h". That means compiler will search for this header file in current directory, so, gcc will puts the following error messages: util/unwind.c: In function

[PATCH] perf tools: fix a wrong header file path in util/unwind.c

2013-05-27 Thread Runzhen Wang
For the latest perf core tree: (git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git), in util/unwind.c line 29 includes perf_regs.h. That means compiler will search for this header file in current directory, so, gcc will puts the following error messages: util/unwind.c: In function

Re: [PATCH] perf tools: fix a wrong header file path in util/unwind.c

2013-05-27 Thread Runzhen Wang
Sorry, I made a mistake. There is no bug, please ignore my patch. Sorry again. I will be careful next time. On Mon, May 27, 2013 at 3:54 PM, Runzhen Wang icyco...@gmail.com wrote: For the latest perf core tree: (git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git), in