Skip to content
Snippets Groups Projects
  1. Jun 06, 2017
  2. May 08, 2017
  3. Jan 25, 2017
  4. Jan 09, 2017
  5. Sep 27, 2016
    • Linux Build Service Account's avatar
      Promotion of data.lnx.2.0-00064. · 45fa28f6
      Linux Build Service Account authored
      CRs      Change ID                                   Subject
      --------------------------------------------------------------------------------------------------------------
      971746   I16dd64aaf219a59aba6a612002dab78c877cb8b9   dataservices: Makefile changes to enable CLANG
      
      Change-Id: Ibbf55aba84bd7cb29a6063a66c13bd166c3bef67
      CRs-Fixed: 971746
      45fa28f6
  6. Sep 22, 2016
  7. Apr 05, 2016
  8. Mar 18, 2016
    • Linux Build Service Account's avatar
      Promotion of data.lnx.1.0-00042. · 0e5131ff
      Linux Build Service Account authored
      CRs      Change ID                                   Subject
      --------------------------------------------------------------------------------------------------------------
      979414   Ia90b565f370a0c4983381e7c2ab84315d53728db   datatop: add support to capture ip table stats
      
      Change-Id: I47339c1de5417805987afce0463d84bb9a6d19ab
      CRs-Fixed: 979414
      0e5131ff
  9. Mar 04, 2016
    • Jerome Stanislaus's avatar
      datatop: add support to capture ip table stats · 597482da
      Jerome Stanislaus authored
      With the new -r option, datatop will now capture
      IP table stats every 5sec on a separate thread
      without affecting the normal datatop polling.
      
      CRs-fixed: 979414
      Change-Id: Ia90b565f370a0c4983381e7c2ab84315d53728db
      597482da
  10. Sep 04, 2015
  11. Jul 31, 2015
    • Harout Hedeshian's avatar
      datatop: fix file line count helper function always returns 0 lines · 0ba209d2
      Harout Hedeshian authored
      When porting the snapshot, a change was made to
      dtop_get_file_line_amount() to initialize rc to -1. glibc defines
      EoF as -1 thus causing the for loop to never get executed. A line count
      of 0 was getting returnd thus causing ~1500 data points to not get
      polled. Instead, initialize rc to 0.
      
      Change-Id: I8e7a93f5efd535d662c13fa81cd5d0e421ad5a6b
      0ba209d2
  12. Jul 22, 2015
  13. Jul 04, 2015
  14. Jul 03, 2015
  15. Jun 24, 2015
  16. Jun 17, 2015
    • Harout Hedeshian's avatar
      datatop: polling interval change · ad3f8487
      Harout Hedeshian authored
      Make dtop_poll_periodically wait the time it takes to poll so that the
      polling times are more accurate to the second.
      
      Change-Id: I3253deb79c60b76bc7c0fa8823678832979d2ed0
      ad3f8487
  17. Jun 11, 2015
    • Harout Hedeshian's avatar
      datatop: remove unused variables · 3b47d981
      Harout Hedeshian authored
      Removed unused variables in dtop_stat_search in datatop_stat_poll.c
      and get_number_of_values in datatop_gen_poll.c because it was not
      compiling with newer GCC revisions.
      
      Change-Id: Icd8316b0e9bf5070762a18aa1ab65859b31dba5d
      3b47d981
  18. May 20, 2015
    • Harout Hedeshian's avatar
      datatop: fix compilation errors · e21de8dc
      Harout Hedeshian authored
      Not all platforms have strlcpy and strlcmp. Fall back to strcpy
      and strcmp for platforms which are missing these functions.
      
      Change-Id: Ied2913295e66f695c8b5f2cba49ec34fbe789ed8
      e21de8dc
  19. May 15, 2015
  20. Apr 21, 2015
  21. Apr 16, 2015
  22. Apr 14, 2015
    • Subash Abhinov Kasiviswanathan's avatar
      librmnetctl: Minor readability and spelling fixes · cf715081
      Subash Abhinov Kasiviswanathan authored
      Add numbering to the rmnetctl error code enum.
      This helps for easier reading while debugging.
      Fix a few typos. Also update copyright.
      
      Change-Id: I7ce113f7535f8d1897bb5accb30b0e0dc133869a
      cf715081
    • Subash Abhinov Kasiviswanathan's avatar
      librmnetctl: Fix incorrect handling of messages with return type data · d42712d0
      Subash Abhinov Kasiviswanathan authored
      When an message with return type data fails in kernel, the error
      is handled incorrectly.
      
      Consider a scenario when we try to query the vnd name corresponding
      to a non existent vnd id.
      
      / # rmnetcli getvndname 25
      rmnetcli getvndname 25
      LIBRARY ERROR: Return type is invalid
      
      We appear to be getting a library error even though the actual
      error originates from the kernel. The actual error for this case
      should be a kernel error and the return code should be Invalid
      request / Unsupported scenario.
      
      Fix this by checking for return codes in case there is an error
      when a return data type fails.
      
      Change-Id: Ideb765f786cf19e29f3f496a6c8d7da92e769111
      d42712d0
  23. Apr 11, 2015
  24. Mar 26, 2015
  25. Mar 23, 2015
  26. Nov 26, 2014
  27. Jul 25, 2014
  28. Jul 13, 2014
  29. Jun 19, 2014
  30. Jun 17, 2014
    • Harout Hedeshian's avatar
      sockev: Initial version · 53def5e8
      Harout Hedeshian authored
      Simple command line utility which listens to SOCKEV netlink
      multicast messages from the kernel
      
      CRs-Fixed: 626021
      Change-Id: Ia9096e8e8ff4d86ea8babd1bfc1c99fda8d6cfb1
      53def5e8
  31. Apr 16, 2014
  32. Apr 15, 2014
  33. Apr 08, 2014
  34. Mar 25, 2014
    • Harout Hedeshian's avatar
      rmnetctl: Enhancements and bug fixes · 77825571
      Harout Hedeshian authored
      This patch introduced a new variable (string len) for
      rmnet_get_logical_ep_config as well as a new set of error
      values which match the errors produced by rmnet_data.
      Additionally, several fixes such as a memory leak and input
      checks were applied.
      
      CRs-Fixed: 599231
      Change-Id: Ia662b4393d7de0bb1629fb7d3b45bc7c109a9866
      77825571
  35. Feb 11, 2014
  36. Jan 31, 2014
  37. Jan 26, 2014
Loading