summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/data-convert-json.c
AgeCommit message (Expand)AuthorLines
2025-07-25perf session: Add accessor for session->header.envIan Rogers-18/+18
2024-12-09perf evsel: Add/use accessor for tp_formatIan Rogers-4/+4
2024-11-08perf build: Include libtraceevent headers directly indicated by pkg-configYicong Yang-1/+1
2024-08-12perf data convert json: Use perf_tool__init()Ian Rogers-23/+20
2024-08-12perf tool: Constify tool pointersIan Rogers-2/+2
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers-1/+1
2024-02-26perf data convert: Fix segfault when converting to json when cpu_desc isn't setIlkka Koskinen-1/+3
2023-06-12perf addr_location: Add init/exit/copy functionsIan Rogers-1/+7
2023-06-12perf thread: Add accessor functions for threadIan Rogers-4/+4
2023-04-04perf map: Add accessor for dsoIan Rogers-4/+6
2022-12-14perf build: Use libtraceevent from the systemIan Rogers-1/+8
2022-11-10perf data: Add tracepoint fields when converting to JSONDmitrii Dolgov-0/+20
2022-06-23perf data convert: Prefer sampled CPU when exporting JSONShawn M. Chapla-1/+4
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim-1/+1
2021-04-29perf data: Add JSON exportNicholas Fraser-0/+384