Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Poor man's profiler on query level #4247

Merged
merged 55 commits into from Jul 23, 2019
Merged

Poor man's profiler on query level #4247

merged 55 commits into from Jul 23, 2019

Commits on Dec 25, 2018

  1. Configuration menu
    Copy the full SHA
    632c542 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. refactor

    - add exceptions on timer errors
    - move from signal to sigaction
    - extract backtrace collection logic
    laplab committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    4c55802 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2019

  1. basic pipe

    laplab committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    df3db1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89582cf View commit details
    Browse the repository at this point in the history
  3. write traces to trace_log

    laplab committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    5c54bbb View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2019

  1. Configuration menu
    Copy the full SHA
    5f58594 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8d7880 View commit details
    Browse the repository at this point in the history
  3. fix unresolved conflicts

    laplab committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    7c0339b View commit details
    Browse the repository at this point in the history
  4. fix style

    laplab committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    628c282 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2019

  1. add symbolizeTrace function

    laplab committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    2a0af15 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. Configuration menu
    Copy the full SHA
    ce4e48d View commit details
    Browse the repository at this point in the history
  2. add missing include

    laplab committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    d645050 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Configuration menu
    Copy the full SHA
    6367e15 View commit details
    Browse the repository at this point in the history
  2. remove circular dependency

    laplab committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    70b5aaa View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. remove USE_UNWIND from header

    laplab committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    2429449 View commit details
    Browse the repository at this point in the history
  2. revert changes in contrib

    laplab committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    3d9fb85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14e3639 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Configuration menu
    Copy the full SHA
    fe2adb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12fe175 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2019

  1. - remove memory allocations in signal handler

    - revert ThreadStatus::getQueryId()
    - refactor
    laplab committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    5b50026 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ea971d View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2019

  1. Configuration menu
    Copy the full SHA
    4a4ff8d View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2019

  1. Configuration menu
    Copy the full SHA
    023744b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbdf2c3 View commit details
    Browse the repository at this point in the history
  3. remove unused check

    laplab committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    870e3ba View commit details
    Browse the repository at this point in the history

Commits on May 12, 2019

  1. Configuration menu
    Copy the full SHA
    6dbe205 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aaa3156 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. introduce Backtrace class

    laplab committed May 14, 2019
    Configuration menu
    Copy the full SHA
    ab69128 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2019

  1. Configuration menu
    Copy the full SHA
    483f68b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27732ba View commit details
    Browse the repository at this point in the history
  3. move SleepFor* to libcommon

    laplab committed May 19, 2019
    Configuration menu
    Copy the full SHA
    1dd8726 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b12db6e View commit details
    Browse the repository at this point in the history
  5. fix codestyle

    laplab committed May 19, 2019
    Configuration menu
    Copy the full SHA
    0a533b0 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. last hope

    laplab committed May 21, 2019
    Configuration menu
    Copy the full SHA
    9ceff40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    382beef View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Configuration menu
    Copy the full SHA
    419a37c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2019

  1. Configuration menu
    Copy the full SHA
    30c31bc View commit details
    Browse the repository at this point in the history

Commits on May 25, 2019

  1. Configuration menu
    Copy the full SHA
    06d370d View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. Configuration menu
    Copy the full SHA
    3b54fde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f36af7 View commit details
    Browse the repository at this point in the history
  3. update libunwind

    laplab committed May 30, 2019
    Configuration menu
    Copy the full SHA
    86857ef View commit details
    Browse the repository at this point in the history
  4. fix memory leak

    laplab committed May 30, 2019
    Configuration menu
    Copy the full SHA
    6c75e60 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. update libunwind

    laplab committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    8de1340 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cff36f View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2019

  1. Configuration menu
    Copy the full SHA
    0f57986 View commit details
    Browse the repository at this point in the history
  2. fix submodules

    laplab committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    dc6e6ea View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. refactor and comments

    laplab committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    b8585a5 View commit details
    Browse the repository at this point in the history
  2. cut large query_ids

    laplab committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    6b7f587 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7eaa30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aaea6cb View commit details
    Browse the repository at this point in the history
  5. refactor

    laplab committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    17e3542 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2019

  1. do not run trace collector without trace_log. do not run query profil…

    …ers without trace collector.
    laplab committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    ef1d84b View commit details
    Browse the repository at this point in the history
  2. style

    laplab committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    3828684 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2019

  1. Configuration menu
    Copy the full SHA
    e935cb0 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. refactor

    laplab committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    9d540ab View commit details
    Browse the repository at this point in the history