aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/data-convert-bt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-06tools/perf: Add '__rel_loc' event field parsing supportMasami Hiramatsu1-0/+2
2021-11-07perf tools: Use __BYTE_ORDER__Ilya Leoshkevich1-1/+1
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim1-1/+1
2021-04-29perf data: Add JSON exportNicholas Fraser1-1/+1
2021-03-23perf tools: Fix various typos in commentsIngo Molnar1-1/+1
2021-02-11perf tools: Replace lkml.org links with loreKees Cook1-1/+1
2020-08-06perf data: Add support to store time of day in CTF data conversionJiri Olsa1-20/+37
2020-05-05perf evsel: Rename perf_evsel__is_*() to evsel__is*()Arnaldo Carvalho de Melo1-2/+2
2020-05-05perf evsel: Rename *perf_evsel__*name() to *evsel__*name()Arnaldo Carvalho de Melo1-1/+1
2019-09-20perf session: Return error code for perf_session__new() function on failureMamatha Inamdar1-1/+4
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa1-7/+7
2019-07-29perf evlist: Rename perf_evlist__delete() to evlist__delete()Jiri Olsa1-1/+1
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa1-2/+2
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-9/+9
2019-07-09perf tools: Use zfree() where applicableArnaldo Carvalho de Melo1-1/+1
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251Thomas Gleixner1-2/+1
2019-05-28perf data: Fix 'strncat may truncate' build failure with recent gccShawn Landden1-1/+1
2019-04-01perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event to "tep"Tzvetomir Stoyanov1-2/+2
2019-02-22perf data: Add global path holderJiri Olsa1-2/+2
2018-09-19tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format_flagsTzvetomir Stoyanov (VMware)1-17/+17
2018-09-19tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_format{_field}Tzvetomir Stoyanov (VMware)1-11/+11
2018-09-19perf tools: Initialize perf_data_file fd fieldJérémie Galarneau1-1/+1
2018-08-13tools lib traceevent, perf tools: Rename pevent_read_number_* APIsTzvetomir Stoyanov (VMware)1-3/+3
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa1-4/+4
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa1-3/+3
2017-07-28perf data: Add mmap[2] events to CTF conversionGeneviève Bastien1-0/+35
2017-07-28perf data: Add callchain to CTF conversionGeneviève Bastien1-1/+91
2017-06-27perf config: Do not die when parsing u64 or int config valuesArnaldo Carvalho de Melo1-4/+2
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo1-0/+1
2017-03-14perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini1-0/+1
2017-01-27perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo1-2/+5
2016-09-28perf data: Fix building in 32 bit platform with libbabeltraceWang Nan1-1/+1
2016-06-28perf data ctf: Generate fork and exit events to CTF outputWang Nan1-1/+43
2016-06-28perf data ctf: Generate comm event to CTF outputWang Nan1-0/+110
2016-06-28perf data ctf: Prepare collect non-sample eventsWang Nan1-1/+7
2016-06-28perf data ctf: Pass convert options through opts structureWang Nan1-2/+3
2016-06-28perf data ctf: Add value_set_string() helperWang Nan1-0/+30
2016-06-28perf data convert: Include config.h headerJiri Olsa1-0/+1
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo1-2/+2
2016-05-27perf ctf: Convert invalid chars in a string before set valueWang Nan1-2/+39
2016-03-23perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo1-1/+1
2016-03-03perf data: Explicitly set byte order for integer typesWang Nan1-0/+6
2016-03-03perf data: Support converting data from bpf_perf_event_output()Wang Nan1-1/+111
2016-02-26perf config: Bring perf_default_config to the very beginning at main()Wang Nan1-1/+1
2016-02-12perf data: Fix releasing event_classWang Nan1-0/+18