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