qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 7d08f0: trace: [tracetool] Add method 'Event.


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 7d08f0: trace: [tracetool] Add method 'Event.api' to build...
Date: Fri, 09 May 2014 04:30:05 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 7d08f0da901db4e9a36e17164bc77941cbcd87b7
      
https://github.com/qemu/qemu/commit/7d08f0da901db4e9a36e17164bc77941cbcd87b7
  Author: Lluís Vilanova <address@hidden>
  Date:   2014-05-07 (Wed, 07 May 2014)

  Changed paths:
    M scripts/tracetool/__init__.py
    M scripts/tracetool/backend/dtrace.py
    M scripts/tracetool/backend/simple.py
    M scripts/tracetool/backend/stderr.py
    M scripts/tracetool/backend/ust.py
    M scripts/tracetool/format/h.py

  Log Message:
  -----------
  trace: [tracetool] Add method 'Event.api' to build event names

Makes it easier to ensure proper naming across the different frontends and 
backends.

Signed-off-by: Lluís Vilanova <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: ad7443e40af63053a5eb0d44b16379875daa855e
      
https://github.com/qemu/qemu/commit/ad7443e40af63053a5eb0d44b16379875daa855e
  Author: Lluís Vilanova <address@hidden>
  Date:   2014-05-07 (Wed, 07 May 2014)

  Changed paths:
    M scripts/tracetool/__init__.py

  Log Message:
  -----------
  trace: [tracetool] Add methods 'Event.copy' and 'Arguments.copy'

Signed-off-by: Lluís Vilanova <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 9c24a52e2965604119c4652d8f8c56b8679f8730
      
https://github.com/qemu/qemu/commit/9c24a52e2965604119c4652d8f8c56b8679f8730
  Author: Lluís Vilanova <address@hidden>
  Date:   2014-05-07 (Wed, 07 May 2014)

  Changed paths:
    M scripts/tracetool/__init__.py

  Log Message:
  -----------
  trace: [tracetool] Spacing changes

Signed-off-by: Lluís Vilanova <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 53158adc23ae6a6148bab726ec9586b18412adc3
      
https://github.com/qemu/qemu/commit/53158adc23ae6a6148bab726ec9586b18412adc3
  Author: Lluís Vilanova <address@hidden>
  Date:   2014-05-07 (Wed, 07 May 2014)

  Changed paths:
    M scripts/tracetool/__init__.py

  Log Message:
  -----------
  trace: [tracetool] Cosmetic changes

Signed-off-by: Lluís Vilanova <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: b160d7f84a12a0d67fedf85f465bf24c60fbbc98
      
https://github.com/qemu/qemu/commit/b160d7f84a12a0d67fedf85f465bf24c60fbbc98
  Author: Lluís Vilanova <address@hidden>
  Date:   2014-05-07 (Wed, 07 May 2014)

  Changed paths:
    M scripts/tracetool/backend/__init__.py
    M scripts/tracetool/format/__init__.py

  Log Message:
  -----------
  trace: [tracetool] Show list of frontends and backends sorted by name

Signed-off-by: Lluís Vilanova <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 30b572efd5d73d948825765803207fd30e062e8b
      
https://github.com/qemu/qemu/commit/30b572efd5d73d948825765803207fd30e062e8b
  Author: Lluís Vilanova <address@hidden>
  Date:   2014-05-07 (Wed, 07 May 2014)

  Changed paths:
    M scripts/tracetool/format/c.py
    M scripts/tracetool/format/d.py
    M scripts/tracetool/format/events_c.py
    M scripts/tracetool/format/events_h.py
    M scripts/tracetool/format/h.py
    M scripts/tracetool/format/ust_events_c.py
    M scripts/tracetool/format/ust_events_h.py

  Log Message:
  -----------
  trace: [tracetool] Change format docs to point to the generated file

Signed-off-by: Lluís Vilanova <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: ef0bd3bba674769c7d36bf400fc4fe7ea43244c5
      
https://github.com/qemu/qemu/commit/ef0bd3bba674769c7d36bf400fc4fe7ea43244c5
  Author: Lluís Vilanova <address@hidden>
  Date:   2014-05-07 (Wed, 07 May 2014)

  Changed paths:
    M scripts/simpletrace.py
    M trace/simple.c

  Log Message:
  -----------
  trace: [simple] Bump up log version number

The following tracetool cleanup changes the event numbering policy.

Signed-off-by: Lluís Vilanova <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 1dad2ce97345f3424c4990cb232b40a35d5e936b
      
https://github.com/qemu/qemu/commit/1dad2ce97345f3424c4990cb232b40a35d5e936b
  Author: Lluís Vilanova <address@hidden>
  Date:   2014-05-07 (Wed, 07 May 2014)

  Changed paths:
    M scripts/simpletrace.py
    M scripts/tracetool/__init__.py
    M scripts/tracetool/backend/__init__.py
    M scripts/tracetool/backend/dtrace.py
    R scripts/tracetool/backend/events.py
    M scripts/tracetool/backend/ftrace.py
    M scripts/tracetool/backend/simple.py
    M scripts/tracetool/backend/stderr.py
    M scripts/tracetool/backend/ust.py
    M scripts/tracetool/format/__init__.py
    M scripts/tracetool/format/c.py
    M scripts/tracetool/format/d.py
    M scripts/tracetool/format/events_c.py
    M scripts/tracetool/format/events_h.py
    M scripts/tracetool/format/h.py
    M scripts/tracetool/format/stap.py
    M scripts/tracetool/format/ust_events_c.py
    M scripts/tracetool/format/ust_events_h.py
    M trace/Makefile.objs

  Log Message:
  -----------
  trace: [tracetool] Minimize the amount of per-backend code

Backends now only contain the essential backend-specific code, and most of the 
work is moved to frontend code.

Signed-off-by: Lluís Vilanova <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: e00e36fb913217d49f57cc19d8d605270dd82bc5
      
https://github.com/qemu/qemu/commit/e00e36fb913217d49f57cc19d8d605270dd82bc5
  Author: Stefan Weil <address@hidden>
  Date:   2014-05-07 (Wed, 07 May 2014)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: Show trace output file conditionally

It is only used with the simple trace backend.

Signed-off-by: Stefan Weil <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 43cbeffb19877c62cbe0aaf08b2f235d98d71340
      
https://github.com/qemu/qemu/commit/43cbeffb19877c62cbe0aaf08b2f235d98d71340
  Author: Peter Maydell <address@hidden>
  Date:   2014-05-08 (Thu, 08 May 2014)

  Changed paths:
    M configure
    M scripts/simpletrace.py
    M scripts/tracetool/__init__.py
    M scripts/tracetool/backend/__init__.py
    M scripts/tracetool/backend/dtrace.py
    R scripts/tracetool/backend/events.py
    M scripts/tracetool/backend/ftrace.py
    M scripts/tracetool/backend/simple.py
    M scripts/tracetool/backend/stderr.py
    M scripts/tracetool/backend/ust.py
    M scripts/tracetool/format/__init__.py
    M scripts/tracetool/format/c.py
    M scripts/tracetool/format/d.py
    M scripts/tracetool/format/events_c.py
    M scripts/tracetool/format/events_h.py
    M scripts/tracetool/format/h.py
    M scripts/tracetool/format/stap.py
    M scripts/tracetool/format/ust_events_c.py
    M scripts/tracetool/format/ust_events_h.py
    M trace/Makefile.objs
    M trace/simple.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' 
into staging

Tracing pull request

# gpg: Signature made Wed 07 May 2014 18:14:02 BST using RSA key ID 81AB73C8
# gpg: Good signature from "Stefan Hajnoczi <address@hidden>"
# gpg:                 aka "Stefan Hajnoczi <address@hidden>"

* remotes/stefanha/tags/tracing-pull-request:
  configure: Show trace output file conditionally
  trace: [tracetool] Minimize the amount of per-backend code
  trace: [simple] Bump up log version number
  trace: [tracetool] Change format docs to point to the generated file
  trace: [tracetool] Show list of frontends and backends sorted by name
  trace: [tracetool] Cosmetic changes
  trace: [tracetool] Spacing changes
  trace: [tracetool] Add methods 'Event.copy' and 'Arguments.copy'
  trace: [tracetool] Add method 'Event.api' to build event names

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/6b342cc9c872...43cbeffb1987

reply via email to

[Prev in Thread] Current Thread [Next in Thread]