index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
session.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-30
perf cpu_map: Rename struct cpu_map to struct perf_cpu_map
Jiri Olsa
1
-1
/
+1
2019-07-23
perf session: Fix loading of compressed data split across adjacent records
Alexey Budankov
1
-8
/
+14
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-07-09
perf evsel: perf_evsel__name(NULL) is valid, no need to check evsel
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-07-09
perf session: Fix potential NULL pointer dereference found by the smatch tool
Leo Yan
1
-0
/
+3
2019-05-28
perf session: Add missing swap ops for namespace events
Namhyung Kim
1
-0
/
+21
2019-05-15
perf report: Implement perf.data record decompression
Alexey Budankov
1
-1
/
+115
2019-05-15
perf report: Add stub processing of compressed events for -D
Alexey Budankov
1
-1
/
+18
2019-05-02
perf report: Report OOM in status line in the GTK UI
Thomas Richter
1
-3
/
+5
2019-03-19
perf bpf: Save bpf_prog_info in a rbtree in perf_env
Song Liu
1
-0
/
+1
2019-03-11
perf session: Add process callback to reader object
Jiri Olsa
1
-4
/
+19
2019-03-11
perf data: Support having perf.data stored as a directory
Jiri Olsa
1
-0
/
+4
2019-03-07
perf session: Fix double free in perf_data__close
Jiri Olsa
1
-3
/
+1
2019-02-20
perf session: Don't report zero period samples for slave events
Jiri Olsa
1
-0
/
+7
2019-02-06
perf auxtrace: Add timestamp to auxtrace errors
Adrian Hunter
1
-0
/
+3
2019-02-06
perf tools: Add missing include for symbols.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-02-06
pref tools: Add missing map.h includes
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-01-21
perf tools: Handle PERF_RECORD_BPF_EVENT
Song Liu
1
-0
/
+4
2019-01-21
perf tools: Handle PERF_RECORD_KSYMBOL
Song Liu
1
-0
/
+4
2019-01-21
perf report: Display arch specific diagnostic counter sets, starting with s390
Thomas Richter
1
-0
/
+5
2019-01-21
perf session: Add reader__process_events function
Jiri Olsa
1
-24
/
+38
2019-01-21
perf session: Add 'data_offset' member to reader object
Jiri Olsa
1
-4
/
+5
2019-01-21
perf session: Add 'data_size' member to reader object
Jiri Olsa
1
-1
/
+3
2019-01-21
perf session: Add reader object
Jiri Olsa
1
-2
/
+8
2019-01-21
perf session: Get rid of file_size variable
Jiri Olsa
1
-7
/
+5
2019-01-21
perf session: Rearrange perf_session__process_events function
Jiri Olsa
1
-13
/
+7
2019-01-02
perf session: Add comment for perf_session__register_idle_thread()
Adrian Hunter
1
-0
/
+7
2018-12-17
perf ordered_events: Add private data member
Jiri Olsa
1
-1
/
+2
2018-12-17
perf machine: Record if a arch has a single user/kernel address space
Adrian Hunter
1
-0
/
+4
2018-09-19
perf tools: Remove perf_tool from event_op3
Jiri Olsa
1
-5
/
+3
2018-09-19
perf tools: Remove perf_tool from event_op2
Jiri Olsa
1
-39
/
+28
2018-06-05
perf evsel: Add has_callchain() helper to make code more compact/clear
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-04-27
perf symbols: Unify symbol maps
Arnaldo Carvalho de Melo
1
-9
/
+4
2018-04-05
perf report: Remove duplicated 'samples' in lost samples warning
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-01-23
perf report: Fix regression when decoding intel_pt traces
Mathieu Poirier
1
-2
/
+2
2018-01-10
perf tools: Make the tool's warning messages optional
Jiri Olsa
1
-2
/
+4
2017-11-30
perf report: Fix -D output for user metadata events
Arnaldo Carvalho de Melo
1
-1
/
+2
2017-11-17
perf tools: Optimize sample parsing for ordered events
Jiri Olsa
1
-23
/
+18
2017-11-17
perf ordered_events: Pass timestamp arg in perf_session__queue_event
Jiri Olsa
1
-3
/
+3
2017-11-07
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-30
perf tools: Rename struct perf_data_file to perf_data
Jiri Olsa
1
-22
/
+22
2017-10-20
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
1
-0
/
+2
2017-10-17
perf buildid-list: Fix crash when processing PERF_RECORD_NAMESPACE
Namhyung Kim
1
-0
/
+2
2017-09-13
perf ui progress: Add size info into progress bar
Jiri Olsa
1
-1
/
+1
2017-09-01
perf sort: Add sort option for physical address
Kan Liang
1
-0
/
+3
2017-08-28
perf report: Add dump_read function
Jiri Olsa
1
-0
/
+25
2017-07-19
perf tools: Add feature header record to pipe-mode
David Carrillo-Cisneros
1
-0
/
+4
2017-06-21
perf tools: Fix message because cpu list option is -C not -c
Adrian Hunter
1
-1
/
+1
2017-04-25
perf memswap: Split the byteswap memory range wrappers from util.[ch]
Arnaldo Carvalho de Melo
1
-0
/
+1
[next]