index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
session.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
Jiri Olsa
2019-07-29
1
-10
/
+10
*
libperf: Add perf_cpu_map__get()/perf_cpu_map__put()
Jiri Olsa
2019-07-29
1
-1
/
+1
*
perf evlist: Rename struct perf_evlist to struct evlist
Jiri Olsa
2019-07-29
1
-12
/
+12
*
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
2019-07-29
1
-15
/
+15
*
perf cpu_map: Rename struct cpu_map to struct perf_cpu_map
Jiri Olsa
2019-07-29
1
-1
/
+1
*
perf session: Fix loading of compressed data split across adjacent records
Alexey Budankov
2019-07-23
1
-8
/
+14
*
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
2019-07-09
1
-1
/
+1
*
perf evsel: perf_evsel__name(NULL) is valid, no need to check evsel
Arnaldo Carvalho de Melo
2019-07-09
1
-1
/
+1
*
perf session: Fix potential NULL pointer dereference found by the smatch tool
Leo Yan
2019-07-09
1
-0
/
+3
*
perf session: Add missing swap ops for namespace events
Namhyung Kim
2019-05-28
1
-0
/
+21
*
perf report: Implement perf.data record decompression
Alexey Budankov
2019-05-15
1
-1
/
+115
*
perf report: Add stub processing of compressed events for -D
Alexey Budankov
2019-05-15
1
-1
/
+18
*
perf report: Report OOM in status line in the GTK UI
Thomas Richter
2019-05-02
1
-3
/
+5
*
perf bpf: Save bpf_prog_info in a rbtree in perf_env
Song Liu
2019-03-19
1
-0
/
+1
*
perf session: Add process callback to reader object
Jiri Olsa
2019-03-11
1
-4
/
+19
*
perf data: Support having perf.data stored as a directory
Jiri Olsa
2019-03-11
1
-0
/
+4
*
perf session: Fix double free in perf_data__close
Jiri Olsa
2019-03-06
1
-3
/
+1
*
perf session: Don't report zero period samples for slave events
Jiri Olsa
2019-02-20
1
-0
/
+7
*
perf auxtrace: Add timestamp to auxtrace errors
Adrian Hunter
2019-02-06
1
-0
/
+3
*
perf tools: Add missing include for symbols.h
Arnaldo Carvalho de Melo
2019-02-06
1
-0
/
+1
*
pref tools: Add missing map.h includes
Arnaldo Carvalho de Melo
2019-02-06
1
-0
/
+1
*
perf tools: Handle PERF_RECORD_BPF_EVENT
Song Liu
2019-01-21
1
-0
/
+4
*
perf tools: Handle PERF_RECORD_KSYMBOL
Song Liu
2019-01-21
1
-0
/
+4
*
perf report: Display arch specific diagnostic counter sets, starting with s390
Thomas Richter
2019-01-21
1
-0
/
+5
*
perf session: Add reader__process_events function
Jiri Olsa
2019-01-21
1
-24
/
+38
*
perf session: Add 'data_offset' member to reader object
Jiri Olsa
2019-01-21
1
-4
/
+5
*
perf session: Add 'data_size' member to reader object
Jiri Olsa
2019-01-21
1
-1
/
+3
*
perf session: Add reader object
Jiri Olsa
2019-01-21
1
-2
/
+8
*
perf session: Get rid of file_size variable
Jiri Olsa
2019-01-21
1
-7
/
+5
*
perf session: Rearrange perf_session__process_events function
Jiri Olsa
2019-01-21
1
-13
/
+7
*
perf session: Add comment for perf_session__register_idle_thread()
Adrian Hunter
2019-01-02
1
-0
/
+7
*
perf ordered_events: Add private data member
Jiri Olsa
2018-12-17
1
-1
/
+2
*
perf machine: Record if a arch has a single user/kernel address space
Adrian Hunter
2018-12-17
1
-0
/
+4
*
perf tools: Remove perf_tool from event_op3
Jiri Olsa
2018-09-19
1
-5
/
+3
*
perf tools: Remove perf_tool from event_op2
Jiri Olsa
2018-09-19
1
-39
/
+28
*
perf evsel: Add has_callchain() helper to make code more compact/clear
Arnaldo Carvalho de Melo
2018-06-05
1
-1
/
+1
*
perf symbols: Unify symbol maps
Arnaldo Carvalho de Melo
2018-04-27
1
-9
/
+4
*
perf report: Remove duplicated 'samples' in lost samples warning
Arnaldo Carvalho de Melo
2018-04-05
1
-1
/
+1
*
perf report: Fix regression when decoding intel_pt traces
Mathieu Poirier
2018-01-23
1
-2
/
+2
*
perf tools: Make the tool's warning messages optional
Jiri Olsa
2018-01-10
1
-2
/
+4
*
perf report: Fix -D output for user metadata events
Arnaldo Carvalho de Melo
2017-11-29
1
-1
/
+2
*
perf tools: Optimize sample parsing for ordered events
Jiri Olsa
2017-11-17
1
-23
/
+18
*
perf ordered_events: Pass timestamp arg in perf_session__queue_event
Jiri Olsa
2017-11-17
1
-3
/
+3
*
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
2017-11-07
1
-0
/
+1
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
|
perf tools: Rename struct perf_data_file to perf_data
Jiri Olsa
2017-10-30
1
-22
/
+22
*
|
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2017-10-20
1
-0
/
+2
|
\
|
|
*
perf buildid-list: Fix crash when processing PERF_RECORD_NAMESPACE
Namhyung Kim
2017-10-17
1
-0
/
+2
*
|
perf ui progress: Add size info into progress bar
Jiri Olsa
2017-09-13
1
-1
/
+1
|
/
*
perf sort: Add sort option for physical address
Kan Liang
2017-09-01
1
-0
/
+3
[next]