summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/data-convert-json.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf build: Include libtraceevent headers directly indicated by pkg-configYicong Yang2024-11-091-1/+1
* perf data convert json: Use perf_tool__init()Ian Rogers2024-08-121-23/+20
* perf tool: Constify tool pointersIan Rogers2024-08-121-2/+2
* perf dso: Add reference count checking and accessor functionsIan Rogers2024-05-061-1/+1
* perf data convert: Fix segfault when converting to json when cpu_desc isn't setIlkka Koskinen2024-02-261-1/+3
* perf addr_location: Add init/exit/copy functionsIan Rogers2023-06-121-1/+7
* perf thread: Add accessor functions for threadIan Rogers2023-06-121-4/+4
* perf map: Add accessor for dsoIan Rogers2023-04-041-4/+6
* perf build: Use libtraceevent from the systemIan Rogers2022-12-141-1/+8
* perf data: Add tracepoint fields when converting to JSONDmitrii Dolgov2022-11-101-0/+20
* perf data convert: Prefer sampled CPU when exporting JSONShawn M. Chapla2022-06-231-1/+4
* perf tools: Remove repipe argument from perf_session__new()Namhyung Kim2021-08-021-1/+1
* perf data: Add JSON exportNicholas Fraser2021-04-291-0/+384