Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
d12a73cf3a84378e8615959fe561366e83ac5180
/
tools
/
perf
/
util
/
trace-event-read.c
5a8e0ff
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 393
by Thomas Gleixner
· 6 years ago
55c34ae
tools tools, tools lib traceevent: Make traceevent APIs more consistent
by Tzvetomir Stoyanov
· 6 years ago
f0bba09
perf tools: traceevent API cleanup, remove __tep_data2host*()
by Tzvetomir Stoyanov
· 6 years ago
bb3dd7e
tools lib traceevent, perf tools: Move struct tep_handler definition in a local header file
by Tzvetomir Stoyanov
· 6 years ago
1e44224
perf tools: Free temporary 'sys' string in read_event_files()
by Sanskriti Sharma
· 6 years ago
470c8f7
perf tools: Avoid double free in read_event_file()
by Sanskriti Sharma
· 6 years ago
1affd34
tools lib traceevent: Rename data2host*() APIs
by Tzvetomir Stoyanov (VMware)
· 6 years ago
6fed932
tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag'
by Tzvetomir Stoyanov (VMware)
· 6 years ago
ece2a4f
tools lib traceevent, perf tools: Rename pevent_set_* APIs
by Tzvetomir Stoyanov (VMware)
· 6 years ago
6a48dc2
tools lib traceevent, perf tools: Rename pevent print APIs
by Tzvetomir Stoyanov (VMware)
· 6 years ago
c60167c
tools lib traceevent, perf tools: Rename pevent parse APIs
by Tzvetomir Stoyanov (VMware)
· 6 years ago
096177a
tools lib traceevent, perf tools: Rename struct pevent to struct tep_handle
by Tzvetomir Stoyanov (VMware)
· 6 years ago
0a7c74e
perf tools: Provide mutex wrappers for pthreads rwlocks
by Arnaldo Carvalho de Melo
· 8 years ago
d4b364d
perf utils: Null terminate buf in read_ftrace_printk()
by Tommi Rantala
· 8 years ago
a7619ae
perf util: Add more debug message on failure path
by Namhyung Kim
· 12 years ago
cd4ceb63
perf util: Save pid-cmdline mapping into tracing header
by Namhyung Kim
· 12 years ago
4263cec
perf tools: Stop reading the kallsyms data from perf.data
by Arnaldo Carvalho de Melo
· 10 years ago
ff527bc
perf tools: Remove needless getopt.h includes
by Jiri Olsa
· 11 years ago
84f5d36
perf tools: Move pr_* debug macros into debug object
by Jiri Olsa
· 11 years ago
29f5ffd
perf tools: Add trace-event object
by Jiri Olsa
· 11 years ago
94b4d89
perf util: Parse header_page to get proper long size
by Namhyung Kim
· 12 years ago
2b2efc7
perf util: Skip reading header_event file
by Namhyung Kim
· 12 years ago
63af28f
perf util: Make file/host_bigendian variable local
by Namhyung Kim
· 12 years ago
59657f9
perf util: Save long size of traced system
by Namhyung Kim
· 12 years ago
30f3676
perf util: Save page size in a trace file to pevent
by Namhyung Kim
· 12 years ago
ebf3c67
perf tools: Cleanup calc_data_size logic
by Namhyung Kim
· 12 years ago
452958f
perf tools: Get rid of die() calls in trace-data-read.c
by Namhyung Kim
· 12 years ago
4a31e56
perf tools: Get rid of read_or_die() in trace-event-read.c
by Namhyung Kim
· 12 years ago
a4c9836
perf tools: Get rid of malloc_or_die() in trace-event-read.c
by Namhyung Kim
· 12 years ago
3dce2ce
perf tools: Handle failure case in trace_report()
by Namhyung Kim
· 12 years ago
62baca8
perf tools: Get rid of redundant _FILE_OFFSET_BITS definition
by Namhyung Kim
· 12 years ago
f3ff40ec
perf tools: Remove unused trace_read_data function
by Namhyung Kim
· 12 years ago
0c1fe6b
perf tools: Have the page size value available for all tools
by Arnaldo Carvalho de Melo
· 12 years ago
da37896
perf tools: Stop using a global trace events description list
by Arnaldo Carvalho de Melo
· 13 years ago
1c69818
parse-events: Rename struct record to struct pevent_record
by Steven Rostedt
· 13 years ago
aaf045f
perf: Have perf use the new libtraceevent.a library
by Steven Rostedt
· 13 years ago
d30d4a0
perf tools: Remove unnecessary ctype.h inclusion
by Namhyung Kim
· 13 years ago
cbb5cf7
perf: Use read() instead of lseek() in trace_event_read.c:skip()
by Tom Zanussi
· 15 years ago
0806ebd
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core
by Ingo Molnar
· 15 years ago
454c407
perf: add perf-inject builtin
by Tom Zanussi
· 15 years ago
d00a47c
perf: Fix warning while reading ring buffer headers
by Frederic Weisbecker
· 15 years ago
9215545
perf: Convert perf tracing data into a tracing_data event
by Tom Zanussi
· 15 years ago
f887f30
perf tools: Clean up O_LARGEFILE et al usage
by Xiao Guangrong
· 15 years ago
b8f46c5
perf tools: Use O_LARGEFILE to open perf data file
by Xiao Guangrong
· 15 years ago
7691b1e
perf tools: Misc small fixes
by OGAWA Hirofumi
· 15 years ago
e256136
perf trace: Read_tracing_data should die() another day
by Arnaldo Carvalho de Melo
· 15 years ago
03456a1
perf tools: Merge trace.info content into perf.data
by Frederic Weisbecker
· 15 years ago
d9340c1
perf sched: Display time in milliseconds, reorganize output
by Ingo Molnar
· 15 years ago
6f4596d
perf trace: Fix read_string()
by Ingo Molnar
· 15 years ago
1ef2ed1
perf tools: Only save the event formats we need
by Frederic Weisbecker
· 15 years ago
538bafb
perf tools: Add trace event debugfs stream reader
by Steven Rostedt
· 15 years ago