index
:
pub/scm/linux/kernel/git/libata/linux.git
master
libata development tree
LibATA Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-timechart.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-30
perf timechart: Fix memory leaks in draw_wakeups()
Namhyung Kim
1
-3
/
+3
2026-06-30
perf timechart: Fix memory leaks during record
Namhyung Kim
1
-11
/
+20
2026-06-30
perf timechart: Release event samples at the end
Namhyung Kim
1
-0
/
+68
2026-06-30
perf timechart: Remove unnecessary copy of backtrace
Namhyung Kim
1
-7
/
+18
2026-06-30
perf timechart: Remove unused backtrace in trace_handler
Namhyung Kim
1
-41
/
+23
2026-06-30
perf timechart: Generate backtrace only if needed
Namhyung Kim
1
-4
/
+10
2026-06-30
perf timechart: Don't pass @event to cat_backtrace()
Namhyung Kim
1
-7
/
+5
2026-06-03
perf timechart: Fix cat_backtrace() use-after-free on corrupted callchain
Arnaldo Carvalho de Melo
1
-13
/
+23
2026-06-03
perf timechart: Include file offset in CPU bounds check messages
Arnaldo Carvalho de Melo
1
-4
/
+15
2026-05-20
perf timechart: Bounds check CPU
Ian Rogers
1
-3
/
+32
2026-05-20
perf timechart: Fix memory leaks
Ian Rogers
1
-7
/
+10
2026-05-20
perf timechart: Don't pass evsel with sample
Ian Rogers
1
-34
/
+26
2026-05-20
perf evsel: Refactor evsel tracepoint sample accessors perf_sample
Ian Rogers
1
-44
/
+44
2026-05-20
perf tool: Remove evsel from tool APIs that pass the sample
Ian Rogers
1
-1
/
+1
2026-03-10
perf tools: Add layout support for --symfs option
Changbin Du
1
-2
/
+1
2025-12-03
perf timechart: Add record support for output perf.data path
Ian Rogers
1
-6
/
+9
2025-07-25
perf session: Add accessor for session->header.env
Ian Rogers
1
-1
/
+1
2024-11-13
perf timechart: Remove redundant variable assignment
Luo Yifan
1
-1
/
+0
2024-11-08
perf build: Include libtraceevent headers directly indicated by pkg-config
Yicong Yang
1
-1
/
+1
2024-08-12
perf timechart: Use perf_tool__init()
Ian Rogers
1
-9
/
+8
2024-08-12
perf tool: Constify tool pointers
Ian Rogers
1
-4
/
+4
2023-06-12
perf addr_location: Add init/exit/copy functions
Ian Rogers
1
-4
/
+7
2023-05-28
perf timechart: Make large arrays dynamic
Ian Rogers
1
-9
/
+39
2023-04-10
perf util: Move input_name to util
Ian Rogers
1
-1
/
+1
2022-12-14
perf build: Use libtraceevent from the system
Ian Rogers
1
-0
/
+1
2022-10-04
perf timechart: Add p_state_end helper
Shang XiaoJing
1
-19
/
+18
2022-10-04
perf timechart: Add create_pidcomm helper
Shang XiaoJing
1
-12
/
+16
2022-08-02
perf parse-events: Break out tracepoint and printing
Ian Rogers
1
-0
/
+1
2022-03-26
perf tools: Enhance the matching of sub-commands abbreviations
Wei Li
1
-1
/
+2
2021-08-02
perf tools: Remove repipe argument from perf_session__new()
Namhyung Kim
1
-2
/
+1
2020-05-28
perf tools: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-05-05
perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field mete...
Arnaldo Carvalho de Melo
1
-26
/
+26
2019-09-20
perf session: Return error code for perf_session__new() function on failure
Mamatha Inamdar
1
-2
/
+3
2019-08-31
perf tools: Remove needless evlist.h include directives
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-08-31
perf tools: Remove needless evlist.h include directives
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-08-29
perf tools: Remove needless libtraceevent include directives
Arnaldo Carvalho de Melo
1
-1
/
+0
2019-08-29
perf timechart: Refactor svg_build_topology_map()
Kyle Meyer
1
-4
/
+1
2019-07-29
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
Jiri Olsa
1
-1
/
+1
2019-07-29
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
1
-22
/
+22
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
1
-3
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
1
-5
/
+1
2019-02-22
perf data: Add global path holder
Jiri Olsa
1
-5
/
+3
2018-12-18
perf tools: Add missing open_memstream() prototype for systems lacking it
Arnaldo Carvalho de Melo
1
-0
/
+4
2018-04-26
perf thread: Make thread__find_symbol() return the symbol searched
Arnaldo Carvalho de Melo
1
-5
/
+2
2018-04-26
perf thread: Introduce thread__find_symbol()
Arnaldo Carvalho de Melo
1
-2
/
+1
2017-10-30
perf tools: Add struct perf_data_file
Jiri Olsa
1
-3
/
+5
2017-10-30
perf tools: Rename struct perf_data_file to perf_data
Jiri Olsa
1
-3
/
+3
2017-09-18
perf tools: Fix leaking rec_argv in error cases
Martin Kepplinger
1
-1
/
+3
2017-04-24
perf tools: Use just forward declarations for struct thread where possible
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-04-19
perf str{filter,list}: Disentangle headers
Arnaldo Carvalho de Melo
1
-1
/
+0
[next]