index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-16
tools lib api fs: Adopt filename__read_str from perf
Jiri Olsa
3
-49
/
+1
2016-02-12
perf data: Fix releasing event_class
Wang Nan
1
-0
/
+18
2016-02-12
perf tools: Rename parse_events__free_terms() to parse_events_terms__delete()
Arnaldo Carvalho de Melo
3
-8
/
+9
2016-02-12
perf tools: Free the terms list_head in parse_events__free_terms()
Wang Nan
1
-0
/
+1
2016-02-12
perf tools: Use perf_event_terms__purge() for non-malloced terms
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-02-12
perf tools: Introduce parse_events_terms__purge()
Arnaldo Carvalho de Melo
2
-1
/
+7
2016-02-12
perf tools: Unlink entries from terms list
Wang Nan
1
-1
/
+3
2016-02-12
perf hists: Do column alignment on the format iterator
Arnaldo Carvalho de Melo
3
-10
/
+29
2016-02-12
perf tools: Add comment explaining the repsep_snprintf function
Arnaldo Carvalho de Melo
1
-1
/
+9
2016-02-12
perf symbols: Fix symbols searching for module in buildid-cache
Wang Nan
3
-0
/
+49
2016-02-12
perf config: Add '--system' and '--user' options to select which config file ...
Taeung Song
2
-2
/
+5
2016-02-05
perf jit: add source line info support
Stephane Eranian
5
-8
/
+634
2016-02-05
perf inject: Add jitdump mmap injection support
Stephane Eranian
6
-0
/
+1316
2016-02-05
perf symbols: add Java demangling support
Stephane Eranian
4
-0
/
+213
2016-02-05
perf tools: handle spaces in file names obtained from /proc/pid/maps
Marcin Ĺšlusarz
1
-1
/
+1
2016-02-04
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
3
-98
/
+219
2016-02-04
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
5
-26
/
+63
2016-02-04
Merge tag 'perf-urgent-for-mingo-2' of git://git.kernel.org/pub/scm/linux/ker...
Ingo Molnar
1
-0
/
+10
2016-02-04
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
4
-26
/
+53
2016-02-03
perf stat: Fix interval output values
Jiri Olsa
1
-0
/
+10
2016-02-03
perf hists: Introduce hists__for_each_sort_list macro
Jiri Olsa
2
-3
/
+9
2016-02-03
perf hists: Introduce hists__for_each_format macro
Jiri Olsa
1
-0
/
+3
2016-02-03
perf tools: Add hpp_list into struct hists object
Jiri Olsa
2
-3
/
+5
2016-02-03
perf hists: Add struct perf_hpp_list argument to helper functions
Jiri Olsa
2
-6
/
+7
2016-02-03
perf hists: Introduce perf_hpp_list__for_each_sort_list_safe macro
Jiri Olsa
1
-2
/
+2
2016-02-03
perf hists: Introduce perf_hpp_list__for_each_sort_list macro
Jiri Olsa
2
-5
/
+5
2016-02-03
perf hists: Introduce perf_hpp_list__for_each_format_safe macro
Jiri Olsa
1
-2
/
+2
2016-02-03
perf hists: Introduce perf_hpp_list__for_each_format macro
Jiri Olsa
2
-6
/
+6
2016-02-03
perf hists: Pass perf_hpp_list all the way through setup_output_list
Jiri Olsa
1
-15
/
+18
2016-02-03
perf hists: Add perf_hpp_list register helpers
Jiri Olsa
1
-3
/
+15
2016-02-03
perf hists: Introduce perf_hpp_list__init function
Jiri Olsa
2
-0
/
+8
2016-02-03
perf hists: Introduce struct perf_hpp_list
Jiri Olsa
1
-6
/
+10
2016-02-03
perf hists: Separate output fields parsing into setup_output_list function
Jiri Olsa
1
-12
/
+22
2016-02-03
perf hists: Separate sort fields parsing into setup_sort_list function
Jiri Olsa
1
-12
/
+22
2016-02-03
perf hists: Properly release format fields
Jiri Olsa
2
-0
/
+25
2016-02-03
perf hists: Remove perf_hpp__column_(disable|enable)
Jiri Olsa
1
-2
/
+0
2016-02-03
perf hists: Allocate output sort field
Jiri Olsa
1
-8
/
+33
2016-02-03
perf hists: Add 'equal' method to perf_hpp_fmt struct
Jiri Olsa
2
-20
/
+21
2016-02-03
perf hists: Add _idx fields into struct perf_hpp_fmt
Jiri Olsa
1
-0
/
+1
2016-02-03
perf hists: Introduce perf_evsel__output_resort function
Jiri Olsa
2
-3
/
+8
2016-02-03
perf hists: Factor output_resort from hists__output_resort
Jiri Olsa
1
-8
/
+15
2016-02-03
Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
1
-4
/
+20
2016-02-03
Merge tag 'perf-core-for-mingo-2' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
6
-7
/
+38
2016-02-03
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
14
-117
/
+115
2016-02-02
perf probe: Search both .eh_frame and .debug_frame sections for probe location
Hemant Kumar
2
-26
/
+41
2016-02-02
perf tools: Fix thread lifetime related segfaut in intel_pt
Adrian Hunter
1
-0
/
+9
2016-02-01
perf hists: Update hists' total period when adding entries
Namhyung Kim
1
-2
/
+9
2016-02-01
perf hists: Fix min callchain hits calculation
Namhyung Kim
1
-2
/
+11
2016-02-01
perf tools: tracepoint_error() can receive e=NULL, robustify it
Adrian Hunter
1
-0
/
+3
2016-01-31
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-3
/
+4
[prev]
[next]