tools headers: Update the linux/unaligned.h copy with the kernel sourcesTo pick up the changes in: 3846699217798061 ALSA: rawmidi: Make tied_device=0 as default / unknown 7bb49d2e8b52adac ALSA
tools headers: Update the linux/unaligned.h copy with the kernel sourcesTo pick up the changes in: 3846699217798061 ALSA: rawmidi: Make tied_device=0 as default / unknown 7bb49d2e8b52adac ALSA: rawmidi: Bump protocol version to 2.0.5 b8fefed73a952a33 ALSA: rawmidi: Show substream activity in info ioctl bdf46443f350dd5d ALSA: rawmidi: Expose the tied device number in info ioctlAddressing this perf tools build warning: Warning: Kernel ABI header differences: diff -u tools/perf/trace/beauty/include/uapi/sound/asound.h include/uapi/sound/asound.hPlease see tools/include/uapi/README for further details.Acked-by: Ingo Molnar <[email protected]>Tested-by: Venkat Rao Bagalkote <[email protected]>Cc: [email protected]Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Namhyung Kim <[email protected]>
show more ...
tools include UAPI: Sync sound/asound.h copy with the kernel sourcesPicking the changes from: 37745918e0e7575b ("ALSA: timer: Introduce virtual userspace-driven timers")Which entails no change
tools include UAPI: Sync sound/asound.h copy with the kernel sourcesPicking the changes from: 37745918e0e7575b ("ALSA: timer: Introduce virtual userspace-driven timers")Which entails no changes in the tooling side as it only introduces newSNDRV_TIMER_IOCTL_ ioctls, and the ones tracked by scripts intools/perf/trace/beauty/ are only SNDRV_PCM_IOCTL_ and SNDRV_CTL_IOCTL_,we still need to support SNDRV_TIMER_IOCTL_ ones, but that probably willbe one of the first for a BTF enumeration based approach :-)This silences this perf tools build warning: diff -u tools/perf/trace/beauty/include/uapi/sound/asound.h include/uapi/sound/asound.hCc: Adrian Hunter <[email protected]>Cc: Ian Rogers <[email protected]>Cc: Ivan Orlov <[email protected]>Cc: Jiri Olsa <[email protected]>Cc: Kan Liang <[email protected]>Cc: Namhyung Kim <[email protected]>Cc: Takashi Iwai <[email protected]>Link: https://lore.kernel.org/lkml/ZvrB-g_E7g2ArlYW@x1Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/include: Sync uapi/sound/asound.h with the kernel sourcesTo pick up changes from: f05c1ffc2745 ALSA: pcm: reinvent the stream synchronization ID APIThis should be used to beautify sound
tools/include: Sync uapi/sound/asound.h with the kernel sourcesTo pick up changes from: f05c1ffc2745 ALSA: pcm: reinvent the stream synchronization ID APIThis should be used to beautify sound syscall arguments and it addressesthese tools/perf build warnings: Warning: Kernel ABI header differences: diff -u tools/perf/trace/beauty/include/uapi/sound/asound.h include/uapi/sound/asound.hPlease see tools/include/uapi/README for details (it's in the first patchof this series).Cc: Jaroslav Kysela <[email protected]>Cc: Takashi Iwai <[email protected]>Cc: [email protected]Signed-off-by: Namhyung Kim <[email protected]>
Merge remote-tracking branch 'torvalds/master' into perf-tools-nextTo pick up fixes sent via perf-tools, by Namhyung Kim.Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
perf beauty: Move uapi/sound/asound.h copy out of the directory used to build perfIt is used only to generate string tables, not to build perf, so move itto the tools/perf/trace/beauty/include/ hi
perf beauty: Move uapi/sound/asound.h copy out of the directory used to build perfIt is used only to generate string tables, not to build perf, so move itto the tools/perf/trace/beauty/include/ hierarchy, that is used just forscraping.This is a something that should've have happened, as happened with thelinux/socket.h scrapper, do it now as Ian suggested while doing anaudit/refactor session in the headers used by perf.Suggested-by: Ian Rogers <[email protected]>Reviewed-by: Ian Rogers <[email protected]>Cc: Adrian Hunter <[email protected]>Cc: Jiri Olsa <[email protected]>Cc: Namhyung Kim <[email protected]>Link: https://lore.kernel.org/lkml/CAP-5=fWZVrpRufO4w-S4EcSi9STXcTAN2ERLwTSN7yrSSA-otQ@mail.gmail.comSigned-off-by: Arnaldo Carvalho de Melo <[email protected]>