aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/strfilter.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-09perf stat: Avoid skew when reading eventsMark Rutland1-8/+23
2016-08-09perf probe: Fix module name matchingKonstantin Khlebnikov1-1/+3
2016-08-09perf probe: Adjust map->reloc offset when finding kernel symbol from mapMasami Hiramatsu1-1/+1
2016-08-09perf hists: Trim libtraceevent trace_seq buffersArnaldo Carvalho de Melo1-1/+5
2016-08-09perf script: Add 'bpf-output' field to usage messageBrendan Gregg2-3/+3
2016-08-03perf tests bpf: Use SyS_epoll_wait aliasArnaldo Carvalho de Melo1-2/+2
2016-08-02perf tests: objdump output can contain multi byte chunksJan Stancek1-29/+71
2016-08-02perf record: Add --sample-cpu optionJiri Olsa4-1/+6
2016-08-02perf hists: Introduce output_resort_cb methodJiri Olsa2-3/+16
2016-08-02perf tools: Move config/Makefile into Makefile.configJiri Olsa2-3/+3
2016-08-02perf tests: Add test for bitmap_scnprintf functionJiri Olsa4-0/+59
2016-08-02tools lib: Add bitmap_and functionJiri Olsa2-0/+32
2016-08-02tools lib: Add bitmap_scnprintf functionJiri Olsa2-0/+39
2016-08-02tools lib: Add bitmap_alloc functionJiri Olsa1-0/+10
2016-08-02tools lib traceevent: Ignore generated library filesNamhyung Kim1-0/+1
2016-08-02perf tools: Fix build failure on perl script contextNamhyung Kim1-1/+3
2016-08-02perf/core: Change log level for duration warning to KERN_INFODavid Ahern1-1/+1
2016-08-01perf annotate: Plug filename string leakArnaldo Carvalho de Melo1-3/+2
2016-08-01perf annotate: Introduce strerror for handling symbol__disassemble() errorsArnaldo Carvalho de Melo5-31/+78
2016-08-01perf annotate: Rename symbol__annotate() to symbol__disassemble()Arnaldo Carvalho de Melo5-6/+6
2016-08-01perf/x86: Modify error message in virtualized environmentJuergen Gross1-4/+7
2016-07-29documentation: da9052: Update regulator bindings names to match DA9052/53 DTS expectationsSteve Twiss1-11/+11
2016-07-29Revert "vfs: add lookup_hash() helper"Linus Torvalds2-30/+5
2016-07-29sparc64: Trim page tables for 8M hugepagesNitin Gupta6-68/+129
2016-07-29objtool: Un-capitalize "Warning" for out-of-sync instruction decoderJosh Poimboeuf1-1/+1
2016-07-29objtool: Resync x86 instruction decoder with the kernel'sJosh Poimboeuf5-101/+220
2016-07-29objtool: Support new GCC 6 switch jump table patternJosh Poimboeuf1-52/+88
2016-07-29perf target: str_error_r() always returns the buffer it receivesArnaldo Carvalho de Melo1-5/+1
2016-07-29perf annotate: Use pipe + fork instead of popenArnaldo Carvalho de Melo1-4/+35
2016-07-29fuse: use filemap_check_errors()Miklos Szeredi1-12/+2
2016-07-29mm: export filemap_check_errors() to modulesMiklos Szeredi2-1/+3
2016-07-29fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang1-1/+1
2016-07-29fuse: fuse_flush must check mapping->flags for errorsMaxim Patlasov1-0/+9
2016-07-29fuse: fsync() did not return IO errorsAlexey Kuznetsov1-0/+15
2016-07-29x86/power/64: Fix hibernation return address corruptionJosh Poimboeuf1-3/+1
2016-07-29ovl: simplify empty checkingMiklos Szeredi1-29/+21
2016-07-29qstr: constify instances in overlayfsAl Viro1-1/+1
2016-07-29ovl: clear nlink on rmdirMiklos Szeredi1-2/+6
2016-07-29ovl: disallow overlayfs as upperdirMiklos Szeredi1-1/+2
2016-07-29ovl: fix warningMiklos Szeredi1-1/+1
2016-07-29ovl: remove duplicated include from super.cWei Yongjun1-1/+0
2016-07-29ovl: append MAY_READ when diluting write checksVivek Goyal1-1/+4
2016-07-29ovl: dilute permission checks on lower only if not special fileVivek Goyal1-1/+1
2016-07-29ovl: fix POSIX ACL settingMiklos Szeredi4-11/+104
2016-07-29ovl: share inode for hard linkMiklos Szeredi4-48/+100
2016-07-29ovl: store real inode pointer in ->i_privateMiklos Szeredi5-37/+40
2016-07-29ovl: permission: return ECHILD instead of ENOENTMiklos Szeredi1-1/+1
2016-07-29ovl: update atime on upperMiklos Szeredi4-5/+37
2016-07-29ovl: fix sgid on directoryMiklos Szeredi1-4/+27
2016-07-29ovl: simplify permission checkingMiklos Szeredi3-53/+1