index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
trace-event-info.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-31
perf tools: Create for_each_event macro for tracepoints iteration
Taeung Song
1
-20
/
+18
2017-01-26
perf util: Save pid-cmdline mapping into tracing header
Namhyung Kim
1
-1
/
+32
2015-09-04
tools lib api fs: Move tracing_path interface into api/fs/tracing_path.c
Jiri Olsa
1
-1
/
+1
2015-07-23
perf tools: Stop copying kallsyms into the perf.data file header
Arnaldo Carvalho de Melo
1
-14
/
+8
2014-07-17
perf tools: Move pr_* debug macros into debug object
Jiri Olsa
1
-0
/
+1
2014-07-07
perf tools: Convert open coded equivalents to asprintf()
Andy Shevchenko
1
-9
/
+3
2013-12-27
perf tools: Use zfree to help detect use after free bugs
Arnaldo Carvalho de Melo
1
-2
/
+2
2013-12-27
perf tools: Introduce zfree
Arnaldo Carvalho de Melo
1
-4
/
+2
2013-12-16
tools/: Convert to new topic libraries
Borislav Petkov
1
-1
/
+1
2013-07-12
perf util: No need to call read_trace_init() in tracing_data_header()
Namhyung Kim
1
-2
/
+0
2013-07-12
perf util: Rename read_*() functions in trace-event-info.c
Namhyung Kim
1
-10
/
+10
2013-07-12
perf util: Use evsel->name to get tracepoint_paths
Namhyung Kim
1
-0
/
+15
2013-07-12
perf util: Move debugfs/tracing helper functions to util.c
Namhyung Kim
1
-59
/
+0
2013-03-21
perf tools: Get rid of die() calls from trace-event-info.c
Namhyung Kim
1
-42
/
+72
2013-03-21
perf tools: Get rid of write_or_die() from trace-event-info.c
Namhyung Kim
1
-54
/
+126
2013-03-21
perf tools: Get rid of malloc_or_die() in trace-event-info.c
Namhyung Kim
1
-18
/
+30
2013-03-21
perf tools: Let get_tracing_file() return NULL to indicate failure.
Namhyung Kim
1
-3
/
+22
2013-03-15
perf tools: Remove duplicated page_size definition
Namhyung Kim
1
-3
/
+0
2013-03-15
perf tools: Remove unused macro definitions
Namhyung Kim
1
-7
/
+0
2013-03-15
perf tools: Remove unnecessary calc_data_size variable
Namhyung Kim
1
-7
/
+0
2013-03-15
perf tools: Remove unused struct definitions
Namhyung Kim
1
-12
/
+0
2013-03-15
perf tools: Extract perf-specific stuff from debugfs.c
Borislav Petkov
1
-1
/
+1
2013-03-15
perf tools: Introduce tools/lib/lk library
Borislav Petkov
1
-1
/
+1
2012-04-25
perf: Have perf use the new libtraceevent.a library
Steven Rostedt
1
-1
/
+3
2012-01-08
perf tools: Fix compile error on x86_64 Ubuntu
Namhyung Kim
1
-1
/
+0
2011-11-28
perf tools: Eliminate duplicate code and use PATH_MAX consistently
Arnaldo Carvalho de Melo
1
-26
/
+2
2011-10-28
perf tools: Fix a typo of command name as trace-cmd
Masami Hiramatsu
1
-1
/
+1
2011-10-20
perf tools: Fix tracing info recording
Jiri Olsa
1
-24
/
+88
2011-07-14
perf: Robustify proc and debugfs file recording
Sonny Rao
1
-91
/
+29
2011-01-03
perf tools: Introduce event selectors
Arnaldo Carvalho de Melo
1
-14
/
+16
2010-05-05
perf/record: simplify TRACE_INFO tracepoint check
Tom Zanussi
1
-1
/
+7
2010-05-03
perf: record TRACE_INFO only if using tracepoints and SAMPLE_RAW
Tom Zanussi
1
-0
/
+5
2010-04-14
perf: Convert perf tracing data into a tracing_data event
Tom Zanussi
1
-0
/
+24
2010-01-16
perf tools: Convert getpagesize() uses to sysconf(_SC_GETPAGESIZE)
Arnaldo Carvalho de Melo
1
-1
/
+1
2009-12-28
perf trace: Fix forgotten close of file/dir
Xiao Guangrong
1
-0
/
+5
2009-12-28
perf trace: Clean up find_debugfs()
Xiao Guangrong
1
-24
/
+5
2009-12-28
perf tools: Do a few more directory handling optimizations
Ulrich Drepper
1
-27
/
+23
2009-11-21
perf trace: Read_tracing_data should die() another day
Arnaldo Carvalho de Melo
1
-7
/
+15
2009-10-07
perf tools: Merge trace.info content into perf.data
Frederic Weisbecker
1
-4
/
+2
2009-09-21
perf: Do the big rename: Performance Counters -> Performance Events
Ingo Molnar
1
-4
/
+4
2009-09-18
perf tools: Fix memory leak in read_ftrace_printk()
Li Zefan
1
-3
/
+4
2009-09-02
perf tools: Work around strict aliasing related warnings
Ingo Molnar
1
-1
/
+1
2009-08-28
perf tools: Only save the event formats we need
Frederic Weisbecker
1
-12
/
+60
2009-08-17
perf tools: Add trace event debugfs IO handler
Steven Rostedt
1
-0
/
+491