[PATCH 0/3] Move some more header copies to tools/perf/trace/beauty/

Arnaldo Carvalho de Melo posted 3 patches 1 year, 11 months ago
tools/perf/Makefile.perf                      | 19 +++++++++++--------
tools/perf/check-headers.sh                   |  6 +++---
.../arch/x86/include/asm/irq_vectors.h        |  0
.../beauty}/include/uapi/linux/usbdevice_fs.h |  0
.../trace/beauty}/include/uapi/sound/asound.h |  0
tools/perf/trace/beauty/sndrv_ctl_ioctl.sh    |  4 ++--
tools/perf/trace/beauty/sndrv_pcm_ioctl.sh    |  4 ++--
.../beauty/tracepoints/x86_irq_vectors.sh     |  6 +++---
tools/perf/trace/beauty/usbdevfs_ioctl.sh     |  6 +++---
9 files changed, 24 insertions(+), 21 deletions(-)
rename tools/{ => perf/trace/beauty}/arch/x86/include/asm/irq_vectors.h (100%)
rename tools/{ => perf/trace/beauty}/include/uapi/linux/usbdevice_fs.h (100%)
rename tools/{ => perf/trace/beauty}/include/uapi/sound/asound.h (100%)
[PATCH 0/3] Move some more header copies to tools/perf/trace/beauty/
Posted by Arnaldo Carvalho de Melo 1 year, 11 months ago
From: Arnaldo Carvalho de Melo <acme@redhat.com>

Hi,

   	Move a few more files that is used just by scrappers.

- Arnaldo

Arnaldo Carvalho de Melo (3):
  perf beauty: Move uapi/linux/usbdevice_fs.h copy out of the directory
    used to build perf
  perf beauty: Move uapi/sound/asound.h copy out of the directory used
    to build perf
  perf beauty: Move arch/x86/include/asm/irq_vectors.h copy out of the
    directory used to build perf

 tools/perf/Makefile.perf                      | 19 +++++++++++--------
 tools/perf/check-headers.sh                   |  6 +++---
 .../arch/x86/include/asm/irq_vectors.h        |  0
 .../beauty}/include/uapi/linux/usbdevice_fs.h |  0
 .../trace/beauty}/include/uapi/sound/asound.h |  0
 tools/perf/trace/beauty/sndrv_ctl_ioctl.sh    |  4 ++--
 tools/perf/trace/beauty/sndrv_pcm_ioctl.sh    |  4 ++--
 .../beauty/tracepoints/x86_irq_vectors.sh     |  6 +++---
 tools/perf/trace/beauty/usbdevfs_ioctl.sh     |  6 +++---
 9 files changed, 24 insertions(+), 21 deletions(-)
 rename tools/{ => perf/trace/beauty}/arch/x86/include/asm/irq_vectors.h (100%)
 rename tools/{ => perf/trace/beauty}/include/uapi/linux/usbdevice_fs.h (100%)
 rename tools/{ => perf/trace/beauty}/include/uapi/sound/asound.h (100%)

-- 
2.43.2
Re: [PATCH 0/3] Move some more header copies to tools/perf/trace/beauty/
Posted by Ian Rogers 1 year, 11 months ago
On Thu, Mar 14, 2024 at 7:43 AM Arnaldo Carvalho de Melo
<acme@kernel.org> wrote:
>
> From: Arnaldo Carvalho de Melo <acme@redhat.com>
>
> Hi,
>
>         Move a few more files that is used just by scrappers.

Thanks Arnaldo! A nit, could you change s/scrapp/scrap/g in the commit
messages - scrapping is throwing away, you mean scraping :-)

Ian

> - Arnaldo
>
> Arnaldo Carvalho de Melo (3):
>   perf beauty: Move uapi/linux/usbdevice_fs.h copy out of the directory
>     used to build perf
>   perf beauty: Move uapi/sound/asound.h copy out of the directory used
>     to build perf
>   perf beauty: Move arch/x86/include/asm/irq_vectors.h copy out of the
>     directory used to build perf
>
>  tools/perf/Makefile.perf                      | 19 +++++++++++--------
>  tools/perf/check-headers.sh                   |  6 +++---
>  .../arch/x86/include/asm/irq_vectors.h        |  0
>  .../beauty}/include/uapi/linux/usbdevice_fs.h |  0
>  .../trace/beauty}/include/uapi/sound/asound.h |  0
>  tools/perf/trace/beauty/sndrv_ctl_ioctl.sh    |  4 ++--
>  tools/perf/trace/beauty/sndrv_pcm_ioctl.sh    |  4 ++--
>  .../beauty/tracepoints/x86_irq_vectors.sh     |  6 +++---
>  tools/perf/trace/beauty/usbdevfs_ioctl.sh     |  6 +++---
>  9 files changed, 24 insertions(+), 21 deletions(-)
>  rename tools/{ => perf/trace/beauty}/arch/x86/include/asm/irq_vectors.h (100%)
>  rename tools/{ => perf/trace/beauty}/include/uapi/linux/usbdevice_fs.h (100%)
>  rename tools/{ => perf/trace/beauty}/include/uapi/sound/asound.h (100%)
>
> --
> 2.43.2
>