index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
session.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
perf report: Add dump_read function
Jiri Olsa
2017-08-28
1
-0
/
+25
*
perf tools: Add feature header record to pipe-mode
David Carrillo-Cisneros
2017-07-18
1
-0
/
+4
*
perf tools: Fix message because cpu list option is -C not -c
Adrian Hunter
2017-06-21
1
-1
/
+1
*
perf memswap: Split the byteswap memory range wrappers from util.[ch]
Arnaldo Carvalho de Melo
2017-04-25
1
-0
/
+1
*
perf tools: Use just forward declarations for struct thread where possible
Arnaldo Carvalho de Melo
2017-04-24
1
-0
/
+1
*
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Including missing inttypes.h header
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf session: Don't rely on evlist in pipe mode
David Carrillo-Cisneros
2017-04-11
1
-3
/
+13
*
perf inject: Copy events when reordering events in pipe mode
David Carrillo-Cisneros
2017-04-11
1
-0
/
+1
*
perf tools: Handle partial AUX records and print a warning
Alexander Shishkin
2017-03-17
1
-3
/
+24
*
perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info
Hari Bathini
2017-03-14
1
-0
/
+7
*
perf session: Fix DEBUG=1 build with clang
Arnaldo Carvalho de Melo
2017-02-17
1
-1
/
+1
*
perf tools: Be consistent on the type of map->symbols[] interator
Arnaldo Carvalho de Melo
2017-02-14
1
-1
/
+1
*
perf evlist: Fix typo in deliver_sample()
Soramichi AKIYAMA
2017-01-17
1
-1
/
+1
*
perf report: Move captured info to generic header info
Jiri Olsa
2016-10-24
1
-10
/
+0
*
perf session: Don't warn about out of order event if write_backward is used
Wang Nan
2016-07-15
1
-3
/
+19
*
perf evlist: Rename for_each() macros to for_each_entry()
Arnaldo Carvalho de Melo
2016-06-23
1
-5
/
+5
*
perf session: Destructors should accept NULL
Arnaldo Carvalho de Melo
2016-06-22
1
-0
/
+2
*
Merge branch 'linus' into perf/core, to refresh the branch
Ingo Molnar
2016-06-08
1
-1
/
+1
|
\
|
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2016-05-17
1
-1
/
+1
|
|
\
|
|
*
tools/perf: Fix misspellings in comments.
Adam Buchbinder
2016-04-18
1
-1
/
+1
*
|
|
perf tools: Per event max-stack settings
Arnaldo Carvalho de Melo
2016-05-30
1
-0
/
+2
|
/
/
*
|
perf evsel: Add missign class prefix to has_branch_stack method
Arnaldo Carvalho de Melo
2016-04-18
1
-2
/
+2
*
|
perf session: Make ordered_events reusable
Wang Nan
2016-04-14
1
-1
/
+5
*
|
perf evsel: Move some methods from session.[ch] to evsel.[ch]
Arnaldo Carvalho de Melo
2016-04-13
1
-130
/
+0
*
|
perf evsel: Allow unresolved symbol names to be printed as addresses
Arnaldo Carvalho de Melo
2016-04-11
1
-9
/
+18
*
|
perf evsel: Introduce fprintf_callchain() method out of fprintf_sym()
Arnaldo Carvalho de Melo
2016-04-11
1
-5
/
+24
*
|
perf evsel: Rename print_ip() to fprintf_sym()
Arnaldo Carvalho de Melo
2016-04-11
1
-32
/
+28
*
|
perf evsel: Allow passing a left alignment when printing a symbol
Arnaldo Carvalho de Melo
2016-04-11
1
-1
/
+5
*
|
perf evsel: Allow specifying a file to output in perf_evsel__print_ip
Milian Wolff
2016-04-11
1
-18
/
+21
*
|
perf tools: Add time conversion event
Adrian Hunter
2016-03-31
1
-0
/
+6
|
/
*
perf tools: Add cpumode to struct perf_sample
Arnaldo Carvalho de Melo
2016-03-23
1
-3
/
+2
*
perf session: Simplify tool stubs
Adrian Hunter
2016-03-08
1
-33
/
+7
*
perf kvm record/report: 'unprocessable sample' error while recording/reportin...
Ravi Bangoria
2016-01-15
1
-1
/
+1
*
perf stat record: Initialize record features
Jiri Olsa
2015-12-17
1
-0
/
+3
[next]