An error occurred fetching the project authors.
  1. 13 Aug, 2018 16 commits
  2. 10 Aug, 2018 1 commit
  3. 17 Jan, 2018 6 commits
  4. 17 Feb, 2017 1 commit
  5. 25 Jan, 2017 1 commit
  6. 23 Nov, 2016 2 commits
  7. 14 Jul, 2016 1 commit
    • Arnaldo Carvalho de Melo's avatar
      tools lib traceevent: Add correct header for ipv6 definitions · ca575ad2
      Arnaldo Carvalho de Melo authored
      We need to include netinet/in.h to get the in6_addr struct definition, needed to
      build it on the Android NDK:
      
        In file included from event-parse.c:36:0:
        /home/acme/android/android-ndk-r12/platforms/android-24/arch-arm/usr/include/netinet/ip6.h:82:18: error: field 'ip6_src' has incomplete type
          struct in6_addr ip6_src; /* source address */
      
      And it is the canonical way of getting IPv6 definitions, as described,
      for instance, in Linux's 'man ipv6'
      
      Doing that uncovers another problem: this source file uses PRIu64 but
      doesn't include it, depending on it being included by chance via the now
      replaced header (netinet/ip6.h), fix it.
      
      Cc: Adrian Hunter <adrian.hunter@intel.com>
      Cc: Chris Phlipot <cphlipot0@gmail.com>
      Cc: David Ahern <dsahern@gmail.com>
      Cc: Jiri Olsa <jolsa@kernel.org>
      Cc: Namhyung Kim <namhyung@kernel.org>
      Cc: Steven Rostedt <rostedt@goodmis.org>
      Cc: Wang Nan <wangnan0@huawei.com>
      Link: http://lkml.kernel.org/n/tip-tilr31n3yaba1whsd47qlwa3@git.kernel.orgSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
      ca575ad2
  8. 12 Jul, 2016 1 commit
  9. 23 Mar, 2016 1 commit
  10. 10 Mar, 2016 1 commit
  11. 03 Mar, 2016 3 commits
  12. 29 Feb, 2016 1 commit
  13. 23 Feb, 2016 1 commit
  14. 06 Jan, 2016 1 commit
  15. 11 Dec, 2015 1 commit
  16. 23 Nov, 2015 1 commit
  17. 22 Oct, 2015 1 commit