index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
data-convert-bt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf build: Include libtraceevent headers directly indicated by pkg-config
Yicong Yang
2024-11-09
1
-1
/
+1
*
perf data convert ctf: Use perf_tool__init()
Ian Rogers
2024-08-12
1
-16
/
+14
*
perf tool: Constify tool pointers
Ian Rogers
2024-08-12
1
-2
/
+2
*
perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVE
Ian Rogers
2023-01-19
1
-3
/
+1
*
perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVE
Ian Rogers
2023-01-19
1
-1
/
+1
*
perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVE
Arnaldo Carvalho de Melo
2022-12-14
1
-0
/
+2
*
perf build: Use libtraceevent from the system
Ian Rogers
2022-12-14
1
-1
/
+4
*
perf tools: Move 'struct perf_sample' to a separate header file to disentangl...
Arnaldo Carvalho de Melo
2022-10-31
1
-0
/
+1
*
tools/perf: Add '__rel_loc' event field parsing support
Masami Hiramatsu
2021-12-06
1
-0
/
+2
*
perf tools: Use __BYTE_ORDER__
Ilya Leoshkevich
2021-11-07
1
-1
/
+1
*
perf tools: Remove repipe argument from perf_session__new()
Namhyung Kim
2021-08-02
1
-1
/
+1
*
perf data: Add JSON export
Nicholas Fraser
2021-04-29
1
-1
/
+1
*
perf tools: Fix various typos in comments
Ingo Molnar
2021-03-23
1
-1
/
+1
*
perf tools: Replace lkml.org links with lore
Kees Cook
2021-02-11
1
-1
/
+1
*
perf data: Add support to store time of day in CTF data conversion
Jiri Olsa
2020-08-06
1
-20
/
+37
*
perf evsel: Rename perf_evsel__is_*() to evsel__is*()
Arnaldo Carvalho de Melo
2020-05-05
1
-2
/
+2
*
perf evsel: Rename *perf_evsel__*name() to *evsel__*name()
Arnaldo Carvalho de Melo
2020-05-05
1
-1
/
+1
*
perf session: Return error code for perf_session__new() function on failure
Mamatha Inamdar
2019-09-20
1
-1
/
+4
*
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
Jiri Olsa
2019-07-29
1
-7
/
+7
*
perf evlist: Rename perf_evlist__delete() to evlist__delete()
Jiri Olsa
2019-07-29
1
-1
/
+1
*
perf evlist: Rename struct perf_evlist to struct evlist
Jiri Olsa
2019-07-29
1
-2
/
+2
*
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
2019-07-29
1
-9
/
+9
*
perf tools: Use zfree() where applicable
Arnaldo Carvalho de Melo
2019-07-09
1
-1
/
+1
*
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
2019-07-09
1
-1
/
+1
*
tools perf: Move from sane_ctype.h obtained from git to the Linux's original
Arnaldo Carvalho de Melo
2019-06-26
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251
Thomas Gleixner
2019-06-05
1
-2
/
+1
*
perf data: Fix 'strncat may truncate' build failure with recent gcc
Shawn Landden
2019-05-28
1
-1
/
+1
*
perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event ...
Tzvetomir Stoyanov
2019-04-01
1
-2
/
+2
*
perf data: Add global path holder
Jiri Olsa
2019-02-22
1
-2
/
+2
*
tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format...
Tzvetomir Stoyanov (VMware)
2018-09-19
1
-17
/
+17
*
tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_...
Tzvetomir Stoyanov (VMware)
2018-09-19
1
-11
/
+11
*
perf tools: Initialize perf_data_file fd field
Jérémie Galarneau
2018-09-19
1
-1
/
+1
*
tools lib traceevent, perf tools: Rename pevent_read_number_* APIs
Tzvetomir Stoyanov (VMware)
2018-08-13
1
-3
/
+3
*
perf tools: Add struct perf_data_file
Jiri Olsa
2017-10-30
1
-4
/
+4
*
perf tools: Rename struct perf_data_file to perf_data
Jiri Olsa
2017-10-30
1
-3
/
+3
*
perf data: Add mmap[2] events to CTF conversion
Geneviève Bastien
2017-07-28
1
-0
/
+35
*
perf data: Add callchain to CTF conversion
Geneviève Bastien
2017-07-28
1
-1
/
+91
*
perf config: Do not die when parsing u64 or int config values
Arnaldo Carvalho de Melo
2017-06-27
1
-4
/
+2
*
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Move sane ctype stuff from util.h to sane_ctype.h
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Including missing inttypes.h header
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info
Hari Bathini
2017-03-14
1
-0
/
+1
*
perf tools: Propagate perf_config() errors
Arnaldo Carvalho de Melo
2017-01-27
1
-2
/
+5
*
perf data: Fix building in 32 bit platform with libbabeltrace
Wang Nan
2016-09-28
1
-1
/
+1
*
perf data ctf: Generate fork and exit events to CTF output
Wang Nan
2016-06-28
1
-1
/
+43
*
perf data ctf: Generate comm event to CTF output
Wang Nan
2016-06-28
1
-0
/
+110
*
perf data ctf: Prepare collect non-sample events
Wang Nan
2016-06-28
1
-1
/
+7
*
perf data ctf: Pass convert options through opts structure
Wang Nan
2016-06-28
1
-2
/
+3
*
perf data ctf: Add value_set_string() helper
Wang Nan
2016-06-28
1
-0
/
+30
[next]