summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/data-convert-bt.c
AgeCommit message (Expand)AuthorLines
2024-12-09perf evsel: Add/use accessor for tp_formatIan Rogers-4/+6
2024-11-08perf build: Include libtraceevent headers directly indicated by pkg-configYicong Yang-1/+1
2024-08-12perf data convert ctf: Use perf_tool__init()Ian Rogers-16/+14
2024-08-12perf tool: Constify tool pointersIan Rogers-2/+2
2023-01-19perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVEIan Rogers-3/+1
2023-01-19perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVEIan Rogers-1/+1
2022-12-14perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVEArnaldo Carvalho de Melo-0/+2
2022-12-14perf build: Use libtraceevent from the systemIan Rogers-1/+4
2022-10-31perf tools: Move 'struct perf_sample' to a separate header file to disentangl...Arnaldo Carvalho de Melo-0/+1
2021-12-06tools/perf: Add '__rel_loc' event field parsing supportMasami Hiramatsu-0/+2
2021-11-07perf tools: Use __BYTE_ORDER__Ilya Leoshkevich-1/+1
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim-1/+1
2021-04-29perf data: Add JSON exportNicholas Fraser-1/+1
2021-03-23perf tools: Fix various typos in commentsIngo Molnar-1/+1
2021-02-11perf tools: Replace lkml.org links with loreKees Cook-1/+1
2020-08-06perf data: Add support to store time of day in CTF data conversionJiri Olsa-20/+37
2020-05-05perf evsel: Rename perf_evsel__is_*() to evsel__is*()Arnaldo Carvalho de Melo-2/+2
2020-05-05perf evsel: Rename *perf_evsel__*name() to *evsel__*name()Arnaldo Carvalho de Melo-1/+1
2019-09-20perf session: Return error code for perf_session__new() function on failureMamatha Inamdar-1/+4
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa-7/+7
2019-07-29perf evlist: Rename perf_evlist__delete() to evlist__delete()Jiri Olsa-1/+1
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa-2/+2
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa-9/+9
2019-07-09perf tools: Use zfree() where applicableArnaldo Carvalho de Melo-1/+1
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo-1/+1
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251Thomas Gleixner-2/+1
2019-05-28perf data: Fix 'strncat may truncate' build failure with recent gccShawn Landden-1/+1
2019-04-01perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event ...Tzvetomir Stoyanov-2/+2
2019-02-22perf data: Add global path holderJiri Olsa-2/+2
2018-09-19tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format...Tzvetomir Stoyanov (VMware)-17/+17
2018-09-19tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_...Tzvetomir Stoyanov (VMware)-11/+11
2018-09-19perf tools: Initialize perf_data_file fd fieldJérémie Galarneau-1/+1
2018-08-13tools lib traceevent, perf tools: Rename pevent_read_number_* APIsTzvetomir Stoyanov (VMware)-3/+3
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa-4/+4
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa-3/+3
2017-07-28perf data: Add mmap[2] events to CTF conversionGeneviève Bastien-0/+35
2017-07-28perf data: Add callchain to CTF conversionGeneviève Bastien-1/+91
2017-06-27perf config: Do not die when parsing u64 or int config valuesArnaldo Carvalho de Melo-4/+2
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo-0/+1
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo-0/+1
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo-0/+1
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo-0/+1
2017-03-14perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini-0/+1
2017-01-27perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo-2/+5
2016-09-28perf data: Fix building in 32 bit platform with libbabeltraceWang Nan-1/+1
2016-06-28perf data ctf: Generate fork and exit events to CTF outputWang Nan-1/+43
2016-06-28perf data ctf: Generate comm event to CTF outputWang Nan-0/+110
2016-06-28perf data ctf: Prepare collect non-sample eventsWang Nan-1/+7
2016-06-28perf data ctf: Pass convert options through opts structureWang Nan-2/+3