index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
trace-event-info.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf trace-event-info: Avoid passing NULL value to closedir
Ian Rogers
2023-10-12
1
-1
/
+2
*
perf trace-event-info: Add tracepoint_id_to_name() helper
Yang Jihong
2023-06-24
1
-0
/
+12
*
perf util: Add host_is_bigendian to util.h
Ian Rogers
2022-12-14
1
-11
/
+3
*
perf parse-events: Break out tracepoint and printing
Ian Rogers
2022-08-02
1
-0
/
+96
*
perf trace-event-info: Rename for_each_event.
Ian Rogers
2021-02-03
1
-5
/
+5
*
perf util: Fix potential SEGFAULT in put_tracepoints_path error path
Li Bin
2020-05-28
1
-1
/
+1
*
libperf: Move 'page_size' global variable to libperf
Jiri Olsa
2019-09-25
1
-1
/
+1
*
perf tools: Remove util.h from where it is not needed
Arnaldo Carvalho de Melo
2019-09-20
1
-1
/
+1
*
perf tools: Remove perf.h from source files not needing it
Arnaldo Carvalho de Melo
2019-08-29
1
-1
/
+0
*
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
Jiri Olsa
2019-07-29
1
-3
/
+3
*
libperf: Include perf_evsel in evsel object
Jiri Olsa
2019-07-29
1
-2
/
+2
*
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
2019-07-29
1
-2
/
+2
*
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
2019-07-09
1
-0
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 393
Thomas Gleixner
2019-06-05
1
-17
/
+1
*
perf tools: Cleanup trace-event-info 'tdata' leak
Sanskriti Sharma
2018-10-08
1
-0
/
+2
*
perf util: Fix bad memory access in trace info.
Chris Phlipot
2018-08-30
1
-1
/
+1
*
tools lib api fs tracing_path: Introduce get/put_events_file() helpers
Arnaldo Carvalho de Melo
2018-05-17
1
-6
/
+5
*
perf tools: Provide mutex wrappers for pthreads rwlocks
Arnaldo Carvalho de Melo
2017-09-21
1
-1
/
+0
*
perf tools: Create for_each_event macro for tracepoints iteration
Taeung Song
2017-01-31
1
-20
/
+18
*
perf util: Save pid-cmdline mapping into tracing header
Namhyung Kim
2017-01-26
1
-1
/
+32
*
tools lib api fs: Move tracing_path interface into api/fs/tracing_path.c
Jiri Olsa
2015-09-04
1
-1
/
+1
*
perf tools: Stop copying kallsyms into the perf.data file header
Arnaldo Carvalho de Melo
2015-07-24
1
-14
/
+8
*
perf tools: Move pr_* debug macros into debug object
Jiri Olsa
2014-07-17
1
-0
/
+1
*
perf tools: Convert open coded equivalents to asprintf()
Andy Shevchenko
2014-07-07
1
-9
/
+3
*
perf tools: Use zfree to help detect use after free bugs
Arnaldo Carvalho de Melo
2013-12-27
1
-2
/
+2
*
perf tools: Introduce zfree
Arnaldo Carvalho de Melo
2013-12-27
1
-4
/
+2
*
tools/: Convert to new topic libraries
Borislav Petkov
2013-12-16
1
-1
/
+1
*
perf util: No need to call read_trace_init() in tracing_data_header()
Namhyung Kim
2013-07-12
1
-2
/
+0
*
perf util: Rename read_*() functions in trace-event-info.c
Namhyung Kim
2013-07-12
1
-10
/
+10
*
perf util: Use evsel->name to get tracepoint_paths
Namhyung Kim
2013-07-12
1
-0
/
+15
*
perf util: Move debugfs/tracing helper functions to util.c
Namhyung Kim
2013-07-12
1
-59
/
+0
*
perf tools: Get rid of die() calls from trace-event-info.c
Namhyung Kim
2013-03-21
1
-42
/
+72
*
perf tools: Get rid of write_or_die() from trace-event-info.c
Namhyung Kim
2013-03-21
1
-54
/
+126
*
perf tools: Get rid of malloc_or_die() in trace-event-info.c
Namhyung Kim
2013-03-21
1
-18
/
+30
*
perf tools: Let get_tracing_file() return NULL to indicate failure.
Namhyung Kim
2013-03-21
1
-3
/
+22
*
perf tools: Remove duplicated page_size definition
Namhyung Kim
2013-03-15
1
-3
/
+0
*
perf tools: Remove unused macro definitions
Namhyung Kim
2013-03-15
1
-7
/
+0
*
perf tools: Remove unnecessary calc_data_size variable
Namhyung Kim
2013-03-15
1
-7
/
+0
*
perf tools: Remove unused struct definitions
Namhyung Kim
2013-03-15
1
-12
/
+0
*
perf tools: Extract perf-specific stuff from debugfs.c
Borislav Petkov
2013-03-15
1
-1
/
+1
*
perf tools: Introduce tools/lib/lk library
Borislav Petkov
2013-03-15
1
-1
/
+1
*
perf: Have perf use the new libtraceevent.a library
Steven Rostedt
2012-04-25
1
-1
/
+3
*
perf tools: Fix compile error on x86_64 Ubuntu
Namhyung Kim
2012-01-08
1
-1
/
+0
*
perf tools: Eliminate duplicate code and use PATH_MAX consistently
Arnaldo Carvalho de Melo
2011-11-28
1
-26
/
+2
*
perf tools: Fix a typo of command name as trace-cmd
Masami Hiramatsu
2011-10-28
1
-1
/
+1
*
perf tools: Fix tracing info recording
Jiri Olsa
2011-10-20
1
-24
/
+88
*
perf: Robustify proc and debugfs file recording
Sonny Rao
2011-07-14
1
-91
/
+29
*
perf tools: Introduce event selectors
Arnaldo Carvalho de Melo
2011-01-03
1
-14
/
+16
*
perf/record: simplify TRACE_INFO tracepoint check
Tom Zanussi
2010-05-05
1
-1
/
+7
*
perf: record TRACE_INFO only if using tracepoints and SAMPLE_RAW
Tom Zanussi
2010-05-03
1
-0
/
+5
[next]